GET Api/Token/UserLogin?userno={userno}&userpw={userpw}&userphone={userphone}&openid={openid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| userno | string |
Required |
|
| userpw | string |
Required |
|
| userphone | string |
Required |
|
| openid | string |
Required |
Body Parameters
None.
Response Information
Resource Description
AuthenticationModelOfJObject| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | integer |
None. |
|
| Message | string |
None. |
|
| data | Collection of Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": 1,
"Message": "sample string 2",
"data": null
}