作者 李宇航

合并分支 'lyh-server' 到 'master'

gxai创建项目



查看合并请求 !1964
@@ -39,7 +39,7 @@ class DingService @@ -39,7 +39,7 @@ class DingService
39 'content' => $body['keyword'] . PHP_EOL . $body['msg'] 39 'content' => $body['keyword'] . PHP_EOL . $body['msg']
40 ], 40 ],
41 'at' => [ 41 'at' => [
42 - 'atMobiles' => $body['atMobiles'], 42 + 'atMobiles' => $body['atMobiles'] ?? '',
43 'atUserIds' => [], 43 'atUserIds' => [],
44 'isAtAll' => $body['isAtAll'], 44 'isAtAll' => $body['isAtAll'],
45 ] 45 ]