POST api/users/addUserFeedBack
添加反馈
请求信息
URI 参数
None.
Body 请求体 参数
CustomerFeedBackName | Description | Type | Additional information |
---|---|---|---|
id | integer |
None. |
|
backlogid | integer |
None. |
|
memo | string |
None. |
|
AddAdminIp | integer |
None. |
|
currentcontacttime | date |
None. |
|
nextcontacttime | date |
None. |
|
status | integer |
None. |
|
buybaoname | string |
None. |
|
buynum | integer |
None. |
|
paymoney | decimal number |
None. |
|
addnum | integer |
None. |
|
istovobao | integer |
None. |
|
listfile | string 集合 |
None. |
Request Formats
application/json, text/json
Sample:
{ "id": 1, "backlogid": 2, "memo": "sample string 3", "AddAdminIp": 4, "currentcontacttime": "2025/04/04 11:38:20", "nextcontacttime": "2025/04/04 11:38:20", "status": 7, "buybaoname": "sample string 8", "buynum": 9, "paymoney": 10.0, "addnum": 11, "istovobao": 12, "listfile": [ "sample string 1", "sample string 2" ] }
application/x-www-form-urlencoded
Sample:
Sample not available.
image/png
Sample:
Sample not available.
image/jpg
Sample:
Sample not available.
响应消息
内容 描述
CxccApiMsgName | Description | Type | Additional information |
---|---|---|---|
code | integer |
None. |
|
msg | string |
None. |
响应示例
application/json, text/json
Sample:
{ "code": 1, "msg": "sample string 2" }
image/png
Sample:
Sample not available.
image/jpg
Sample:
Sample not available.