文档
测试

查看指定用户的反馈和回复记录

GET
http://{{flygo-local-test}}/ego/vpn-bss/report-message/admin/user-id?userId=13811167771

请求头

参数名
类型
描述
必填
Account
string
示例:admin
必填
Password
string
示例:ego-123456a?
必填

请求参数

参数名
类型
描述
必填
userId
int
示例:13811167771
必填

响应参数

参数名
类型
描述
必填
code
string
示例:200
必填
message
object
示例:null
必填
success
boolean
示例:true
必填
data
array
数据列表
必填
id
string
示例:1dcb966e-c50a-4f78-9097-1399807b669e
必填
reportMessage
string
示例:shangbuliaowang 问题详情
必填
imageBytes
object
示例:null
必填
userId
string
示例:13811167771 用户账号
必填
messageSource
string
示例:0 0代表客户问,1代表客服回答
必填
createdTime
string
示例:2022-05-25 14:54:30
必填
problemType
string
示例:连不上网 问题类型
必填
contact
string
示例:QQ_972564362 联系方式
必填
sortTime
string
示例:2022-05-25 14:54:30
必填

说明 / 示例

{ "code": "200", "message": null, "success": true, "data": [ { "id": "1dcb966e-c50a-4f78-9097-1399807b669e", "reportMessage": "shangbuliaowang", "imageBytes": null, "userId": "13811167771", "messageSource": "0", "createdTime": "2022-05-25 14:54:30", "problemType": "连不上网", "contact": "QQ_972564362", "sortTime": "2022-05-25 14:54:30" }, { "id": "1dcb966e-c50a-4f78-9097-1399807b6641", "reportMessage": "请重启下", "imageBytes": null, "userId": "13811167771", "messageSource": "1", "createdTime": "2022-05-25 14:54:30", "problemType": "连不上网", "contact": "QQ_972564362", "sortTime": "2022-05-25 14:54:29" } ] }