Merge branch 'feat/multi-sender'
All checks were successful
Egg CI/CD / build-image (push) Successful in 31s
Egg CI/CD / deploy (push) Successful in 24s

This commit is contained in:
zhaoyingbo 2024-07-29 08:13:54 +00:00
commit 3c99e3a807

View File

@ -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) || ""