|
@@ -22,6 +22,8 @@ class Feishu{ |
|
@@ -22,6 +22,8 @@ class Feishu{ |
|
22
|
const url_follow = 'https://open.feishu.cn/open-apis/bot/v2/hook/f30bbb72-091c-499d-a577-43c45dceb158';
|
22
|
const url_follow = 'https://open.feishu.cn/open-apis/bot/v2/hook/f30bbb72-091c-499d-a577-43c45dceb158';
|
|
23
|
//A01-交易策略研发沟通
|
23
|
//A01-交易策略研发沟通
|
|
24
|
const url_strategy = 'https://open.feishu.cn/open-apis/bot/v2/hook/53444f37-cfec-420c-a4e6-2f415b908dee';
|
24
|
const url_strategy = 'https://open.feishu.cn/open-apis/bot/v2/hook/53444f37-cfec-420c-a4e6-2f415b908dee';
|
|
|
|
25
|
+ //网格策略运营群
|
|
|
|
26
|
+ const url_grid = 'https://open.feishu.cn/open-apis/bot/v2/hook/19471aa1-f926-46d7-a1d5-a367d1449092';
|
|
25
|
static public function notice($content,$channel_url,$users=[])
|
27
|
static public function notice($content,$channel_url,$users=[])
|
|
26
|
{
|
28
|
{
|
|
27
|
$userXml = '';
|
29
|
$userXml = '';
|