mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-22 20:13:41 +08:00
feat(work): 新增高级功能申请审批相关接口
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<xml>
|
||||
<ToUserName><![CDATA[toUser]]></ToUserName>
|
||||
<FromUserName><![CDATA[sys]]></FromUserName>
|
||||
<CreateTime>1715681559</CreateTime>
|
||||
<MsgType><![CDATA[event]]></MsgType>
|
||||
<Event><![CDATA[finish_vip_account_approval]]></Event>
|
||||
<FinishType>1</FinishType>
|
||||
<ApplyId><![CDATA[ApplyId]]></ApplyId>
|
||||
<AgentID>1</AgentID>
|
||||
</xml>
|
@@ -0,0 +1,11 @@
|
||||
<xml>
|
||||
<ToUserName><![CDATA[toUser]]></ToUserName>
|
||||
<FromUserName><![CDATA[fromUser]]></FromUserName>
|
||||
<CreateTime>1715681559</CreateTime>
|
||||
<MsgType><![CDATA[event]]></MsgType>
|
||||
<Event><![CDATA[submit_vip_account_approval]]></Event>
|
||||
<ApplyReason><![CDATA[我有很多客户资料,微盘空间不足]]></ApplyReason>
|
||||
<BusinessType>1</BusinessType>
|
||||
<ApplyId><![CDATA[ApplyId]]></ApplyId>
|
||||
<AgentID>1</AgentID>
|
||||
</xml>
|
Reference in New Issue
Block a user