feat(wxapi): 新增视频号小店商品操作相关接口

This commit is contained in:
Fu Diwei
2022-11-03 10:30:40 +08:00
parent 5c899a2fcb
commit 8c970b5076
38 changed files with 1536 additions and 5 deletions

View File

@@ -0,0 +1,12 @@
{
"ToUserName": "gh_*",
"FromUserName": "OPENID",
"CreateTime": 1662480000,
"MsgType": "event",
"Event": "product_spu_audit",
"ProductSpuAudit": {
"product_id": "12345678",
"status": 3,
"reason": "abc"
}
}

View File

@@ -0,0 +1,12 @@
{
"ToUserName": "gh_*",
"FromUserName": "OPENID",
"CreateTime": 1662480000,
"MsgType": "event",
"Event": "product_spu_listing",
"ProductSpuListing": {
"product_id": "12345678",
"status": 3,
"reason": "abc"
}
}