模块
  1. 应用管理
模块
  • 应用管理
    • 意见反馈
      POST
    • 举报投诉
      POST
    • 检查版本
      GET
    • 套餐列表
      POST
  1. 应用管理

举报投诉

POST
/app/app/complain/submit
提交反馈意见

请求参数

Header 参数
Authorization
string 
必需
示例值:
{{Authorization}}
Body 参数application/json
contact
string 
联系方式
必需
content
string 
内容
必需
images
array[string]
图片数组
可选
type
number 
类型
必需
取字典"complainType"
示例
{
    "contact": "string",
    "content": "string",
    "images": [
        "string"
    ],
    "type": 0
}

示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://127.0.0.1:8001/app/app/complain/submit' \
--header 'Authorization: xxx' \
--header 'Content-Type: application/json' \
--data-raw '{
    "contact": "string",
    "content": "string",
    "images": [
        "string"
    ],
    "type": 0
}'

返回响应

🟢200成功
application/json
Body
object {0}
示例
{
    "code": 1000,
    "message": "success"
}
上一页
意见反馈
下一页
检查版本
Built with