功能描述
token(令牌)获取接口
接口地址
GET https://openapi.xu5g.com/tsp/auth/token
参数
| 参数 | 是否必须 | 默认值 | 含义 |
| transid | 是 | ||
| appkey | 是 | 平台分配的appkey | |
| sign | 是 | 签名 |
返回值
| 参数 | 含义 |
| status | 状态码 |
| message | 返回提示信息 |
| token | 令牌 |
返回实例
{
"status": 0,
"message": "操作成功",
"data": {
"expired": "2021-10-13 09:53:02",
"token": "eyJhbGciOiJIUzI1NiIsInR5cCI6Ikp……"
}
}