新增im回调

This commit is contained in:
2023-03-10 14:53:50 +08:00
parent bd49332f64
commit b03f38704d
7 changed files with 362 additions and 24 deletions
-1
View File
@@ -86,7 +86,6 @@ class Message extends Base
*/
public function sendMessage(array $arg): bool
{
try {
// 合并发送参数
$arg = array_merge($this->arg,$arg);