文档
测试

客户投诉内容提交

POST
http://127.0.0.1:8181/applet/complaint/submit

请求参数

参数名
类型
描述
必填
mobile
string
联系电话
必填
content
string
投诉内容
必填
imgs
string
图片
必填
type
int
投诉类型:1工作人员, 2园区服务
必填
subType
int
投诉子类型:1基层人员,2主任(type=1时传)
可选
complaintUserId
long
被投诉人id(type=1时传)
可选

说明 / 示例

**请求报文** ```json { "mobile":"16620844132", "content":"服务态度太差", "imgs":"", "type":1, "subType":1, "complaintUserId":9966 } ```