feat(wxapi): 新增交易评价管理相关接口
Some checks are pending
CodeQL / Analyze (csharp) (push) Waiting to run
CodeLint / Lint (push) Waiting to run

This commit is contained in:
Fu Diwei
2025-04-29 19:42:24 +08:00
parent a2188d28b3
commit 62d2fbad83
26 changed files with 1025 additions and 5 deletions

View File

@@ -0,0 +1,10 @@
<xml>
<ToUserName><![CDATA[gh_abcdefg]]></ToUserName>
<FromUserName><![CDATA[oABCD]]></FromUserName>
<CreateTime>1704038400</CreateTime>
<MsgType><![CDATA[event]]></MsgType>
<Event><![CDATA[wxa_comment_bad_score]]></Event>
<result>
<comment_id>2272502024443330610</comment_id>
</result>
</xml>

View File

@@ -0,0 +1,15 @@
<xml>
<ToUserName>gh_abcdefg</ToUserName>
<FromUserName>oABCD</FromUserName>
<CreateTime>12344555555</CreateTime>
<MsgType>event</MsgType>
<Event>secbook_audit_event</Event>
<audit_event>
<book_id>A1b2C3d4</book_id>
<audit_detail>
<status>3</status>
<create_time>168625255</create_time>
<audit_time>168626255</audit_time>
</audit_detail>
</audit_event>
</xml>