mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-19 01:58:14 +08:00
feat(wxapi): 新增交易评价管理相关接口
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<xml>
|
||||
<ToUserName><![CDATA[gh_abcdefg]]></ToUserName>
|
||||
<FromUserName><![CDATA[oABCD]]></FromUserName>
|
||||
<CreateTime>1704038400</CreateTime>
|
||||
<MsgType><![CDATA[event]]></MsgType>
|
||||
<Event><![CDATA[wxa_comment_bad_score]]></Event>
|
||||
<result>
|
||||
<comment_id>2272502024443330610</comment_id>
|
||||
</result>
|
||||
</xml>
|
@@ -0,0 +1,15 @@
|
||||
<xml>
|
||||
<ToUserName>gh_abcdefg</ToUserName>
|
||||
<FromUserName>oABCD</FromUserName>
|
||||
<CreateTime>12344555555</CreateTime>
|
||||
<MsgType>event</MsgType>
|
||||
<Event>secbook_audit_event</Event>
|
||||
<audit_event>
|
||||
<book_id>A1b2C3d4</book_id>
|
||||
<audit_detail>
|
||||
<status>3</status>
|
||||
<create_time>168625255</create_time>
|
||||
<audit_time>168626255</audit_time>
|
||||
</audit_detail>
|
||||
</audit_event>
|
||||
</xml>
|
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"commentId": "xxxxxxxxxx"
|
||||
}
|
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"commentId": "xxxxxxxxxx",
|
||||
"picList": [ "mediaid", "mediaid" ],
|
||||
"content": "我是和解的内容"
|
||||
}
|
@@ -0,0 +1,49 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"commentList": [
|
||||
{
|
||||
"commentId": "2797755680173111111",
|
||||
"amount": 100,
|
||||
"orderId": "payorder@_4200001761202302096311111111",
|
||||
"payTime": "1675915718",
|
||||
"wxPayId": "4200001761202302096311111111",
|
||||
"orderInfo": {
|
||||
"busiOrderId": "xxxxxx"
|
||||
},
|
||||
"userInfo": {
|
||||
"openid": "xxxxxxxxxx",
|
||||
"headImg": "http://wx.qlogo.cn/mmhead/xxxxxxxxxxx",
|
||||
"nickName": "test"
|
||||
},
|
||||
"bizInfo": {
|
||||
"appid": "wx1234567890",
|
||||
"headImg": "http://wx.qlogo.cn/mmhead/xxxxxxxxxxxx",
|
||||
"nickName": "xxx"
|
||||
},
|
||||
"score": 200,
|
||||
"createTime": "1676351504",
|
||||
"content": {
|
||||
"media": [
|
||||
{
|
||||
"img": "http://xxx",
|
||||
"thumbImg": "http://xxx"
|
||||
}
|
||||
],
|
||||
"txt": "一般吧 我总感觉这个成分很伤皮肤,用了之后一直很干燥,不是很喜欢这款产品"
|
||||
},
|
||||
"extInfo": {
|
||||
"isAlreadySendTmpl": false
|
||||
},
|
||||
"productInfo": {
|
||||
"productList": [
|
||||
{
|
||||
"name": "纸巾一张",
|
||||
"picUrl": "https://xxxxxx"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
],
|
||||
"total": 3,
|
||||
"offset": 0
|
||||
}
|
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"commentId": "xxxxxxxxxx",
|
||||
"content": "我是内容"
|
||||
}
|
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"list": {
|
||||
"reply": {
|
||||
"commentId": "123",
|
||||
"replyId": "1",
|
||||
"createTime": "1669032337",
|
||||
"updateTime": "1669032341",
|
||||
"replyContent": { "content": "999" },
|
||||
"replyObject": {
|
||||
"nickname": "小程序名称",
|
||||
"imgUrl": "http://xxx/xx"
|
||||
}
|
||||
},
|
||||
"commentReplyList": [
|
||||
{
|
||||
"commentId": "12345",
|
||||
"commentReplyId": "1",
|
||||
"createTime": "1669032388",
|
||||
"updateTime": "1669032392",
|
||||
"commentReplyContent": { "content": "uuuuuuuuu" },
|
||||
"commentReplyObject": {
|
||||
"nickname": "啊哈",
|
||||
"imgUrl": "xxx"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"commentId": "xxxxxxxxxx",
|
||||
"replyId": "xxxxx",
|
||||
"commentReplyId": "xxxxx"
|
||||
}
|
Reference in New Issue
Block a user