Merge branch 'feat/multi-sender'
This commit is contained in:
commit
3c99e3a807
@ -5,7 +5,7 @@ import netTool from "../netTool"
|
||||
* 请求 CI 监控
|
||||
*/
|
||||
const ciMonitor = async (chat_id: string) => {
|
||||
const URL = `https://ci-monitor.xiaomiwh.cn/ci?chat_id=${chat_id}`
|
||||
const URL = `https://ci-monitor.xiaomiwh.cn/gitlab/ci?chat_id=${chat_id}`
|
||||
try {
|
||||
const res = await netTool.get(URL)
|
||||
return (res as string) || ""
|
||||
|
Loading…
x
Reference in New Issue
Block a user