feat: 更新消息服务的URL地址
All checks were successful
CI Monitor MIflow / build-image (push) Successful in 38s

将消息服务的URL地址从"https://egg.imoaix.cn/message"更新为"https://lark-egg.ai.xiaomi.com/message",以适应新的服务地址。
This commit is contained in:
zhaoyingbo 2024-07-29 08:26:23 +00:00
parent 9f105f84f5
commit 5d9923749b

View File

@ -1,7 +1,7 @@
import netTool from "../netTool"
const API_KEY = "1dfz4wlpbbgiky0"
const URL = "https://egg.imoaix.cn/message"
const URL = "https://lark-egg.ai.xiaomi.com/message"
const message = async (body: any) => {
try {