mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-19 18:22:24 +08:00
feat(wxapi): 新增客服子商户能力相关接口
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"touser": "OPENID",
|
||||
"businessid": 1,
|
||||
"msgtype": "text",
|
||||
"text": {
|
||||
"content": "Hello World"
|
||||
}
|
||||
}
|
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"businessid": 1,
|
||||
"touser": "OPENID",
|
||||
"command": "Typing"
|
||||
}
|
Reference in New Issue
Block a user