文档
测试
彭国强

提交建议

POST
http://localhost/userMessage/setSuggestions

接口描述

提交投诉和建议

请求头

参数名
类型
描述
必填

请求参数

参数名
类型
描述
必填
phone
int
示例:18797854742
必填
token
string
示例:bcc80d8401047a7756c7efd8748d9d64
必填
content
string
示例:我觉得套餐很好 建议内容
必填
contact
int
示例:12345678978 联系方式
必填
files
String
示例:https://www.365healthy.net/uploadFiles/images/avatar/c01c576b-d532-497c-b8b3-224dc3395cbc.jpg, https://www.365healthy.net/uploadFiles/images/avatar/97926515-e3e8-42ec-8aea-f34d149c06cc.jpg图片文件数组
必填

响应参数

参数名
类型
描述
必填
msg
string
示例:提交成功
必填
state
int
示例:1
必填

响应

{ "msg": "提交成功", "state": 1 }