POST api/TMSApp/AuthUser/Feedback
意见反馈提交 参数: detailContent 反馈内容; mobileNum 手机号; happenTime 问题发生时间; platform 问题发生平台: 1.全平台 2.TMS平台网站 3.TMS平台移动端 4.司机APP 5.微信端 6.管车APP 7.PDA; FBID 主键Id;
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
意见反馈提交 参数: detailContent 反馈内容; mobileNum 手机号; happenTime 问题发生时间; platform 问题发生平台: 1.全平台 2.TMS平台网站 3.TMS平台移动端 4.司机APP 5.微信端 6.管车APP 7.PDA; FBID 主键Id;
MsgBaseOfInt32Name | Description | Type | Additional information |
---|---|---|---|
Status |
返回状态0:失败,1:成功 |
integer |
None. |
Msg |
返回消息 |
string |
None. |
Data |
返回数据内容,默认为空 |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "Status": 1, "Msg": "sample string 2", "Data": 3 }