websoft9/appmanage/docs/developer.md

29 lines
836 B
Markdown
Raw Normal View History

2023-04-10 13:46:02 +08:00
## API结构
2023-04-10 13:36:02 +08:00
2023-04-10 13:46:02 +08:00
### 请求
请求头-公共参数:
2023-04-10 13:47:16 +08:00
VersionHTTP 请求头X-TC-Version
LanguageHTTP 请求头X-TC-Language
接口调用安全验证通过nginx
2023-04-10 13:46:02 +08:00
请求主体:
接口参数
2023-04-10 13:47:16 +08:00
### 返回结果
HTTP状态码接口调用成功统一返回 200通过错误码区分
2023-04-10 13:46:02 +08:00
{
"Response": {
"Error": {
"Code": "AuthFailure.SignatureFailure",
"Message": "The provided credentials could not be validated. Please check your signature is correct."
},
"RequestId": "ed93f3cb-f35e-473f-b9f3-0d451b8b79c6"
}
}
响应主体:
api/v1/apps/list
api/v1/user/list
api/v1/AppsList
api/v1/UsersList