正在显示
1 个修改的文件
包含
2 行增加
和
0 行删除
| @@ -26,6 +26,8 @@ class Feishu | @@ -26,6 +26,8 @@ class Feishu | ||
| 26 | const url_strategy = 'https://open.feishu.cn/open-apis/bot/v2/hook/53444f37-cfec-420c-a4e6-2f415b908dee'; | 26 | const url_strategy = 'https://open.feishu.cn/open-apis/bot/v2/hook/53444f37-cfec-420c-a4e6-2f415b908dee'; |
| 27 | //网格策略运营群 | 27 | //网格策略运营群 |
| 28 | const url_grid = 'https://open.feishu.cn/open-apis/bot/v2/hook/19471aa1-f926-46d7-a1d5-a367d1449092'; | 28 | const url_grid = 'https://open.feishu.cn/open-apis/bot/v2/hook/19471aa1-f926-46d7-a1d5-a367d1449092'; |
| 29 | + //量化机会通知群 | ||
| 30 | + const url_quant_chance = 'https://open.feishu.cn/open-apis/bot/v2/hook/b590bbd4-6a0a-4328-bf28-9fc15677643e'; | ||
| 29 | static public function notice(string $content, string $channel_url, array $users = []) | 31 | static public function notice(string $content, string $channel_url, array $users = []) |
| 30 | { | 32 | { |
| 31 | $userXml = ''; | 33 | $userXml = ''; |
-
请 注册 或 登录 后发表评论