|
...
|
...
|
@@ -26,7 +26,7 @@ class Feishu |
|
|
|
const url_strategy = 'https://open.feishu.cn/open-apis/bot/v2/hook/53444f37-cfec-420c-a4e6-2f415b908dee';
|
|
|
|
//网格策略运营群
|
|
|
|
const url_grid = 'https://open.feishu.cn/open-apis/bot/v2/hook/19471aa1-f926-46d7-a1d5-a367d1449092';
|
|
|
|
static public function notice($content, $channel_url, $users = [])
|
|
|
|
static public function notice(string $content, string $channel_url, array $users = [])
|
|
|
|
{
|
|
|
|
$userXml = '';
|
|
|
|
foreach ($users as $user) {
|
...
|
...
|
|