# 1、新增
## 接口描述
新增
投诉
## 接口地址
~~~
https://ip/app/complaint/saveComplaintsAdvice
~~~
## 请求参数
| 字段 | 类型 | 是否必须 | 备注 |
| --- | --- | --- | --- |
| accountId| string| 是| 账号ID|
|complaint_id|string|否|主键ID|
|openId|string|是|openId|
|airport_code|string|是|机场代码|
|complaint_code|string|是|投诉代码|
|complaint_content|string|是|投诉内容|
|complaint_in|int|是|投诉来源1:微信小程序2:线下|
|commit_time|string|是|投诉时间|
|phone_number|string|是|联系方式|
## 请求报文
数据类型Content-Type: form-data
```
{ "complaintAttachmentDTOS": \[ { "complainOrReply": "string", "complaintId": "string", "createTime": "2020-07-21T02:32:12.783Z", "documentType": "string", "duration": 0, "id": "string", "maintainer": "string", "remark": "string", "reserve1": "string", "reserve2": "string", "reserve3": "string", "updateTime": "2020-07-21T02:32:12.783Z", "url": "string" } \], "complaintDTO": { "accountId": "string", "category": "string", "causeTypeCode": "string", "causeTypeName": "string", "certNo": "string", "complaintCode": "string", "complaintName": "string", "complaintTime": "2020-07-21T02:32:12.783Z", "complaintTypeName": "string", "content": "string", "counterId": "string", "counterName": "string", "createTime": "2020-07-21T02:32:12.783Z", "email": "string", "flight": "string", "flightDate": "2020-07-21T02:32:12.783Z", "id": "string", "linkTypeCode": "string", "linklTypeName": "string", "maintainer": "string", "orderCode": "string", "publishTime": "2020-07-21T02:32:12.783Z", "publisher": "string", "remark": "string", "reply": "string", "replyPoint": 0, "replyState": "string", "replyTime": "2020-07-21T02:32:12.783Z", "replyerId": "string", "replyerName": "string", "requestId": "string", "reserve1": "string", "reserve2": "string", "reserve3": "string", "tenantId": "string", "tenantName": "string", "updateTime": "2020-07-21T02:32:12.783Z", "vendorId": "string", "vendorName": "string" } }
```
## 响应参数
| 字段 | | 类型 | 描述 | 备注 |
| --- | --- | --- | --- | --- |
| code | | String | 返回状态 | 500 - 失败 200 - 成功 |
| message | | String | 错误说明 | 请求失败或者发生错误的具体描述 |
| timeStamp | | datetime | 请求时间戳 | 请求时带的时间戳 |
| result | | Object | | 结果集 |
## 响应报文
```
{ "success": false, "message": "{complaintTypeId=投诉类型Id不能为空, accountId=账户Id不能为空}", "code": 500, "timestamp": 1595300121000, "result": null }
```
- 1、接入指南
- 2、接口列表
- 2.1、中转服务
- 2.1.1、行李免提订单生成修改
- 2.1.2、行李免提订单状态推送
- 2.1.3、中转礼包接口
- 2.2、用户中心
- 2.2.1、服务人员
- 2.2.2、车辆管理
- 2.2.3、商户管理
- 2.2.4、token相关
- 2.2.5、投诉对接
- 2.2.6、会员相关
- 2.3、消息中心
- 2.3.1、短信消息
- 2.3.2、语音消息
- 2.4、航班中心
- 2.4.1、获得指定离港航班信息
- 2.4.2、获得指定进港航班信息
- 2.4.3、获取离港航班信息列表
- 2.4.4、获取进港航班信息列表
- 2.4.5、获取离港目的地列表
- 2.4.6、获取进港出发地列表
- 2.4.7、获取热门城市列表
- 2.4.8、获得安检信息列表
- 2.4.9、获得值机信息列表
- 2.4.10、中转数据MQ接入
- 2.4.11、数据中心MQ数据(含安检)
- 2.5、订单中心
- 2.5.1、核销接口
- 2.6、对接中心
- 2.6.1大巴对接
- 2.6.2停车对接
- 2.6.3app对接
- 3、常见问题