open 登录接口
POST
/open/auth/login
1.
2.
3.
String secret = DigestUtils.sha256Hex(appSecret + ":" + appKey + ":" + timestamp);
请求参数
Header 参数
Authorization
string
可选
默认值:
{{token}}
Content-Type
string
可选
默认值:
application/json
Body 参数application/json
示例代码
返回响应
修改于 2023-10-16 09:13:53