1.1 获取 TOKEN
POST
/api/v1/user/get_token
功能说明
应用场景
注意事项
2、请求本接口签名计算时,token参数必须携带,值为空
请求参数
Header 参数
appKey
string
必需
默认值:
{{appKey}}
token
string
必需
默认值:
{{token}}
nonce
string
每次请求唯一值
默认值:
{{nonce}}
timestamp
string
必需
默认值:
{{timestamp}}
signature
string
按规则签名
默认值:
{{signature}}
示例代码
返回响应
修改于 2024-08-07 07:31:28