mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-19 18:22:24 +08:00
feat(tenpayv3): 随官方更新查询消费者投诉单列表、查询消费者投诉单详情相关接口模型
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
"complaint_id": "200201820200101080076610000",
|
||||
"complaint_time": "2015-05-20T13:29:35.120+08:00",
|
||||
"complaint_detail": "反馈一个重复扣费的问题",
|
||||
"complainted_mchid": "1900012181",
|
||||
"complaint_state": "PENDING",
|
||||
"complainted_mchid": "1900012181",
|
||||
"payer_phone": "sGdNeTHMQGlxCWiUyHu6XNO9GCYln2Luv4HhwJzZBfcL12sB",
|
||||
"payer_openid": "oUpF8uMuAJO_M2pxb1Q9zNjWeS6o",
|
||||
"complaint_media_list": [
|
||||
@@ -24,5 +24,12 @@
|
||||
"complaint_full_refunded": true,
|
||||
"incoming_user_response": true,
|
||||
"problem_description": "不满意商家服务",
|
||||
"user_complaint_times": 1
|
||||
"user_complaint_times": 1,
|
||||
"service_order_info": [
|
||||
{
|
||||
"order_id": "15646546545165651651",
|
||||
"out_order_no": "1234323JKHDFE1243252",
|
||||
"state": "CREATED"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@@ -5,6 +5,7 @@
|
||||
"complaint_time": "2015-05-20T13:29:35.120+08:00",
|
||||
"complaint_detail": "反馈一个重复扣费的问题",
|
||||
"complaint_state": "PENDING",
|
||||
"complainted_mchid": "1900012181",
|
||||
"payer_phone": "Qe41VhP/sGdNeTHMQGlxCWiUyHu6XNO9GCYln2Luv4HhwJzZBfcL12sB+PgZcS5NhePBog30NgJ1xRaK+gbGDKwpg==",
|
||||
"complaint_media_list": [
|
||||
{
|
||||
@@ -34,5 +35,12 @@
|
||||
],
|
||||
"limit": 5,
|
||||
"offset": 10,
|
||||
"total_count": 1000
|
||||
"total_count": 1000,
|
||||
"service_order_info": [
|
||||
{
|
||||
"order_id": "15646546545165651651",
|
||||
"out_order_no": "1234323JKHDFE1243252",
|
||||
"state": "CREATED"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user