- 原接口重写
- 订阅相关接口
- 规范申报接口
- 用户账户信息
- 支付接口
- 退款接口
- 用户消费记录查询
- 用户充值记录查询
- 广告内容
- 发票
- 档位接口
- 金币转换接口
- 意见反馈
- 全流程接口
- 报关单核验
意见反馈查询接口
开发中
POST
https://wusan53.cn/fzx-tgb-api/feedback/queryFeedback
请求参数
Header 参数
access_token
string
必需
示例值:
YTM5NWQ1OTI2ODM5YzY3MWFjZDg5OWRkYTM2ZjZhZDYxMGVjZjIxNTEyN2I0ODdkMDBlOGJiYTFjYzA2MGRmNw==
Body 参数application/json
id
string
反馈ID
title
string
反馈标题
systemName
string
系统名称
示例
{
"id":"",
"title":"",
"systemName":"通关宝"
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://wusan53.cn/fzx-tgb-api/feedback/queryFeedback' \
--header 'access_token: YTM5NWQ1OTI2ODM5YzY3MWFjZDg5OWRkYTM2ZjZhZDYxMGVjZjIxNTEyN2I0ODdkMDBlOGJiYTFjYzA2MGRmNw==' \
--header 'Content-Type: application/json' \
--data-raw '{
"id":"",
"title":"",
"systemName":"通关宝"
}'
返回响应
🟢200成功
application/json
Body
code
integer
必需
success
boolean
必需
message
string
必需
timestmp
integer
必需
data
object
必需
total
integer
必需
current
integer
必需
pages
integer
必需
size
integer
必需
list
array [object {9}]
必需
示例
{
"code": 200,
"success": true,
"message": "请求成功",
"timestmp": 1699713376323,
"data": [
{
"id": "1723337753738813441",
"title": "测试标题",
"initialDescription": "测试内容",
"submissionTime": "2023-11-11 21:51:52",
"type": "1",
"status": "1",
"attachment": "123456789",
"feedbackInteractionsList": [
{
"interactionId": "1723340718440648705",
"feedbackId": "1723337753738813441",
"contentType": "1",
"content": "123456",
"createTime": "2023-11-11 22:03:39",
"attachment": null
},
{
"interactionId": "1723346233631629313",
"feedbackId": "1723337753738813441",
"contentType": "1",
"content": "123456",
"createTime": "2023-11-11 22:25:34",
"attachment": null
},
{
"interactionId": "1723346239394603010",
"feedbackId": "1723337753738813441",
"contentType": "1",
"content": "123456",
"createTime": "2023-11-11 22:25:36",
"attachment": null
},
{
"interactionId": "1723346242922012674",
"feedbackId": "1723337753738813441",
"contentType": "1",
"content": "123456",
"createTime": "2023-11-11 22:25:37",
"attachment": null
},
{
"interactionId": "1723346335716794369",
"feedbackId": "1723337753738813441",
"contentType": "1",
"content": "123456",
"createTime": "2023-11-11 22:25:59",
"attachment": "1234596"
}
]
},
{
"id": "1723346404088143873",
"title": "测试标题1",
"initialDescription": "测试内容1",
"submissionTime": "2023-11-11 22:26:15",
"type": "1",
"status": "1",
"attachment": "1234567891",
"feedbackInteractionsList": [
{
"interactionId": "1723346523873271809",
"feedbackId": "1723346404088143873",
"contentType": "1",
"content": "123456",
"createTime": "2023-11-11 22:26:44",
"attachment": "1234596"
},
{
"interactionId": "1723346531251052546",
"feedbackId": "1723346404088143873",
"contentType": "1",
"content": "123456",
"createTime": "2023-11-11 22:26:45",
"attachment": "1234596"
},
{
"interactionId": "1723346528151461889",
"feedbackId": "1723346404088143873",
"contentType": "1",
"content": "123456",
"createTime": "2023-11-11 22:26:45",
"attachment": "1234596"
}
]
}
]
}
修改于 2023-12-21 02:37:37