feat(work): 新增高级功能申请审批相关接口

This commit is contained in:
Fu Diwei
2024-06-01 15:43:01 +08:00
parent 5ef5fad1a2
commit 4809c8fe31
17 changed files with 520 additions and 0 deletions

View File

@@ -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>

View File

@@ -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>