mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-24 04:53:46 +08:00
feat(wxapi): 移除部分已标记为废弃的接口及模型
This commit is contained in:
@@ -0,0 +1,65 @@
|
||||
{
|
||||
"info": {
|
||||
"content": {
|
||||
"commentId": "123",
|
||||
"createTime": "1669031402",
|
||||
"userInfo": {
|
||||
"openid": "xxx",
|
||||
"headImg": "",
|
||||
"nickName": "啊哈"
|
||||
},
|
||||
"content": {
|
||||
"txt": "突突突突突突有",
|
||||
"media": [
|
||||
{
|
||||
"video": "https://xxx/xx",
|
||||
"videoCover": "http://xxx/xx",
|
||||
"videoDuration": 11
|
||||
}
|
||||
]
|
||||
},
|
||||
"bizInfo": {
|
||||
"appid": "wx1234567890",
|
||||
"headImg": "http://wx.qlogo.cn/mmhead/xxxxxx",
|
||||
"nickName": "xxx的小商店"
|
||||
},
|
||||
"score": 200,
|
||||
"orderId": "payorder@xxxx",
|
||||
"wxPayId": "xxxx",
|
||||
"orderInfo": {
|
||||
"busiOrderId": "xxxxxx"
|
||||
},
|
||||
"productInfo": {
|
||||
"productList": [
|
||||
{
|
||||
"name": "我是描述",
|
||||
"picUrl": "https://xxxxx/x"
|
||||
}
|
||||
]
|
||||
},
|
||||
"payTime": "1669030760",
|
||||
"amount": 1
|
||||
}
|
||||
},
|
||||
"processInfo": {
|
||||
"commentId": "xxx",
|
||||
"actionList": [
|
||||
{
|
||||
"type": 1,
|
||||
"updateTime": 1669031402
|
||||
},
|
||||
{
|
||||
"type": 2
|
||||
},
|
||||
{
|
||||
"type": 3
|
||||
}
|
||||
]
|
||||
},
|
||||
"oldComment": {
|
||||
"commentId": "xxx",
|
||||
"content": {},
|
||||
"score": 100,
|
||||
"createTime": 11111
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user