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,8 @@
{
"touser": "OPENID",
"businessid": 1,
"msgtype": "text",
"text": {
"content": "Hello World"
}
}

View File

@@ -0,0 +1,5 @@
{
"businessid": 1,
"touser": "OPENID",
"command": "Typing"
}