feat(wxapi): 新增客服子商户能力相关接口

This commit is contained in:
Fu Diwei
2022-07-01 19:45:48 +08:00
parent 2804ebdbda
commit ab1a8dbd92
31 changed files with 489 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
{
"ToUserName": "toUser",
"FromUserName": "fromUser",
"CreateTime": 1482048670,
"MsgType": "text",
"Content": "this is a test",
"MsgId": 1234567890123456,
"BusinessId": 1
}

View File

@@ -5,4 +5,5 @@
<MsgType><![CDATA[text]]></MsgType>
<Content><![CDATA[this is a test]]></Content>
<MsgId>1234567890123456</MsgId>
<BusinessId>1</BusinessId>
</xml>