test(wxapi): 适配新的模型测试

This commit is contained in:
Fu Diwei
2021-06-10 15:47:10 +08:00
parent e46bdc919f
commit c1e7a5272a
64 changed files with 731 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
<xml>
<ToUserName>gh_abcdefg</ToUserName>
<FromUserName>oABCD</FromUserName>
<CreateTime>12344555555</CreateTime>
<MsgType>event</MsgType>
<Event>open_product_account_register</Event>
<OpenProductAccountRegister>
<status>10</status>
</OpenProductAccountRegister>
</xml>

View File

@@ -0,0 +1,14 @@
<xml>
<ToUserName>gh_abcdefg</ToUserName>
<FromUserName>oABCD</FromUserName>
<CreateTime>12344555555</CreateTime>
<MsgType>event</MsgType>
<Event>open_product_brand_audit</Event>
<QualificationAuditResult>
<audit_id>Xe5h1ILil12_fwfe</audit_id>
<status>1</status>
<audit_type>1</audit_type>
<reject_reason>xxx原因</reject_reason>
<brand_id>11</brand_id>
</QualificationAuditResult>
</xml>

View File

@@ -0,0 +1,13 @@
<xml>
<ToUserName>gh_abcdefg</ToUserName>
<FromUserName>oABCD</FromUserName>
<CreateTime>12344555555</CreateTime>
<MsgType>event</MsgType>
<Event>open_product_category_audit</Event>
<QualificationAuditResult>
<audit_id>Xe5h1ILil12_fwfe</audit_id>
<status>1</status>
<audit_type>2</audit_type>
<reject_reason>xxx原因</reject_reason>
</QualificationAuditResult>
</xml>

View File

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