POST api/Member/CreateAppLog
驗證API帳號真實性 自動建立數據至後台列表[Ku客服对接]
Request Information
URI Parameters
None.
Body Parameters
AppLogReqModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Token |
Token码 |
string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Token": "sample string 1"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ApiResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Code |
状态码 |
integer |
None. |
| Message |
错误信息 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Code": 0,
"Message": "sample string 2"
}