Http方法:POST
路由:api/Token/GetSignKey
获取鉴权KEYToken
请求参数
None.
Body Parameters
SysAccessRequestModel| 参数名称 | 参数描述 | 类型 | 必须 | 附加信息 |
|---|---|---|---|---|
| PlatformName |
调用平台名称 : 安卓\苹果 |
string | Y |
None |
| PlatformAccount |
调用平台账户 |
string | Y |
None |
| PlatformAccountPwd |
调用平台密码 |
string | Y |
None |
| InterfaceVersion |
接口版本号 |
string | Y |
None |
Request Formats
application/json, text/json
Sample:
{
"PlatformName": "sample string 1",
"PlatformAccount": "sample string 2",
"PlatformAccountPwd": "sample string 3",
"InterfaceVersion": "sample string 4"
}
返回响应信息
获取鉴权KEYToken
ResultInfoOfSysAccessReponseModel| 参数名称 | 参数描述 | 类型 | 必须 | 附加信息 |
|---|---|---|---|---|
| Result | boolean | Y |
None |
|
| StatusCode | integer | Y |
None |
|
| State | string | Y |
None |
|
| Dynamic | Object | Y |
None |
|
| Msg | string | Y |
None |
|
| Data | SysAccessReponseModel | Y |
None |
Response Formats
application/json, text/json
Sample:
{
"Result": true,
"StatusCode": 2,
"State": "sample string 3",
"Dynamic": {},
"Msg": "sample string 5",
"Data": {
"SignKey_Token": "sample string 1",
"SignKey_TokenValidTimeStamp": "sample string 2",
"SignKey_TokenValidDate": "sample string 3"
}
}