mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-19 18:22:24 +08:00
test(wxapi): 适配新的模型测试
This commit is contained in:
@@ -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>
|
@@ -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>
|
@@ -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>
|
@@ -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>
|
Reference in New Issue
Block a user