mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-19 18:22:24 +08:00
feat(wxapi): 新增视频号小店商品操作相关接口
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"ToUserName": "gh_*",
|
||||
"FromUserName": "OPENID",
|
||||
"CreateTime": 1662480000,
|
||||
"MsgType": "event",
|
||||
"Event": "product_spu_audit",
|
||||
"ProductSpuAudit": {
|
||||
"product_id": "12345678",
|
||||
"status": 3,
|
||||
"reason": "abc"
|
||||
}
|
||||
}
|
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"ToUserName": "gh_*",
|
||||
"FromUserName": "OPENID",
|
||||
"CreateTime": 1662480000,
|
||||
"MsgType": "event",
|
||||
"Event": "product_spu_listing",
|
||||
"ProductSpuListing": {
|
||||
"product_id": "12345678",
|
||||
"status": 3,
|
||||
"reason": "abc"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user