Lấy danh sách nhân viên
/api/user/index: Tính năng này dùng để lấy danh sách nhân viên của doanh nghiệp
Request
Cấu trúc data đẩy lên
Response
JSON decode the response to get the structure:
Key
Type
Description
code
int
1 = success or 0 = failed
messages
string
is a error message if code = 0
data
array
is an array of articles
Last updated