文档
测试

提交反馈

POST
http://{{flygo-local-test}}/ego/vpn-bss/report-message

请求头

参数名
类型
描述
必填
Authorization
string
示例:Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjEzODExMTY3NzcxIiwiZXhwIjoxNzE2NTMyMTQxLCJpYXQiOjE2NTM0NjAxNDF9.Acty7YnQ0OTTzjo7gdwhmwfB-QkCRf_s9okpVWsfc_I
必填

请求参数

参数名
类型
描述
必填
reportMessage
string
示例:shangbuliaowang
必填
messageSource
string
示例:0
必填
problemType
string
示例:连不上网
必填
contact
string
示例:QQ_972564362
必填

响应参数

参数名
类型
描述
必填
code
string
示例:200
必填
message
object
示例:null
必填
success
boolean
示例:true
必填
data
object
数据字典
必填
id
string
示例:1dcb966e-c50a-4f78-9097-1399807b669e
必填
reportMessage
string
示例:shangbuliaowang
必填
imageBytes
object
示例:null
必填
userId
string
示例:13811167771
必填
createdTime
string
示例:2022-05-25 14:54:30
必填
problemType
string
示例:连不上网
必填
contact
string
示例:QQ_972564362
必填
sortTime
string
示例:2022-05-25 14:54:30
必填

说明 / 示例

传入 { "reportMessage":"shangbuliaowang", "messageSource":"0", "problemType":"连不上网", "contact":"QQ_972564362" } 、返回: { "code": "200", "message": null, "success": true, "data": { "id": "1dcb966e-c50a-4f78-9097-1399807b669e", "reportMessage": "shangbuliaowang", "imageBytes": null, "userId": "13811167771", "createdTime": "2022-05-25 14:54:30", "problemType": "连不上网", "contact": "QQ_972564362", "sortTime": "2022-05-25 14:54:30" } }