feat(wxapi): 新增自定义交易组件商品系统下架回调通知的事件模型

This commit is contained in:
Fu Diwei
2021-12-15 16:01:55 +08:00
parent 38bb973d41
commit 6220d9afc2
3 changed files with 73 additions and 2 deletions

View File

@@ -0,0 +1,13 @@
<xml>
<ToUserName>gh_abcdefg</ToUserName>
<FromUserName>oABCD</FromUserName>
<CreateTime>12344555555</CreateTime>
<MsgType>event</MsgType>
<Event>open_product_spu_status_update</Event>
<OpenProductSpuAudit>
<out_product_id>spu_123</out_product_id>
<product_id>38249023</product_id>
<status>13</status>
<reject_reason>xxx原因</reject_reason>
</OpenProductSpuAudit>
</xml>