This commit is contained in:
2023-03-10 16:23:44 +08:00
parent 7779808456
commit 330421fd00
4 changed files with 52 additions and 8 deletions
+2 -2
View File
@@ -149,7 +149,7 @@ class UserController extends AbstractController
// 发送消息
$arg = array();
$arg['From_Account'] = "10000"; // 发送方user_id 如系统发送,无需填写
$arg['From_Account'] = "10002"; // 发送方user_id 如系统发送,无需填写
$arg['To_Account'] = "123456"; // 接收方user_id
$arg['ForbidCallbackControl'] = ['ForbidBeforeSendMsgCallback'];
@@ -157,7 +157,7 @@ class UserController extends AbstractController
[
"MsgType" => "TIMTextElem",
"MsgContent" => [
"Text" => "测试消息22",
"Text" => "测试消息33",
],
]
];