feat(wxapi): 随官方更新短剧小程序剧目相关接口模型

This commit is contained in:
Fu Diwei
2024-11-05 19:06:11 +08:00
parent 60d80194ff
commit a55b20a8bd
46 changed files with 751 additions and 74 deletions

View File

@@ -0,0 +1,16 @@
<xml>
<ToUserName>gh_abcdefg</ToUserName>
<FromUserName>oABCD</FromUserName>
<CreateTime>12344555555</CreateTime>
<MsgType>event</MsgType>
<Event>secvod_audit_event</Event>
<audit_event>
<drama_id>20001</drama_id>
<audit_detail>
<status>3</status>
<audit_type>0</audit_type>
<create_time>168625255</create_time>
<audit_time>168626255</audit_time>
</audit_detail>
</audit_event>
</xml>

View File

@@ -0,0 +1,13 @@
<xml>
<ToUserName>gh_abcdefg</ToUserName>
<FromUserName>oABCD</FromUserName>
<CreateTime>12344555555</CreateTime>
<MsgType>event</MsgType>
<Event>secvod_upload_event</Event>
<upload_event>
<media_id>20001</media_id>
<source_context>abc12232</source_context>
<errcode>0</errcode>
<errmsg>OK</errmsg>
</upload_event>
</xml>