-
Notifications
You must be signed in to change notification settings - Fork 11
login api
Belikhun edited this page Jan 16, 2019
·
4 revisions
-
Permission:
everyone -
Require Logged In:
false
| Field | Method | Type | Description | Required |
|---|---|---|---|---|
| u | POST | string | Tên đăng nhập | * |
| p | POST | string | Mật khẩu | * |
| Field | Type | Description |
|---|---|---|
| token | string | API Token |
| sessid | string | Session ID |
| redirect | string | Redirect Location |
{
"code": 0,
"status": 200,
"description": "Đăng nhập thành công.",
"user": "admin",
"data": {
"token": "7b9a5dd270e0da3d92c108716aa89ae6ad85e7ea04e1a09d9f523804caf6be5e6dff86ebb03eef74ff534e0a228e25abd69c3eedf6fa4dcb2b9ce26d7aef05b1",
"sessid": "5b8b1286335584e465547c6c33e7ac28",
"redirect": "\/"
},
"runtime": 0.004122018814086914
}