1.2 重置 TOKEN
POST
/api/v1/user/reset_token
功能说明
应用场景
注意事项
1.
2.
3.
请求参数
Header 参数
appKey
string
必需
默认值:
{{appKey}}
token
string
必需
默认值:
{{token}}
nonce
string
每次请求唯一值
默认值:
{{nonce}}
timestamp
string
必需
默认值:
{{timestamp}}
signature
string
按规则签名
默认值:
{{signature}}
Body 参数application/json
示例代码
返回响应
修改于 2024-08-07 07:31:27