feat(event-proxy): 去除掉prev环境的转发
All checks were successful
Egg Server CI/CD / build-image (push) Successful in 44s
Egg Server CI/CD / refresh-image (push) Successful in 13s
Egg Server CI/CD / fast-deploy (push) Successful in 2s

This commit is contained in:
zhaoyingbo 2024-10-31 00:50:51 +00:00
parent 179d3701fc
commit 84ab136492

View File

@ -28,11 +28,7 @@ class AttachService extends NetToolBase {
* @returns {Promise<void>}
*/
async proxyMiChatEvent(body: LarkEvent.Data) {
const hostList = [
"michat-staging.ai.srv",
"michat-preview.ai.srv",
"michat.ai.srv",
]
const hostList = ["michat-staging.ai.srv", "michat.ai.srv"]
const path = "/api/v1/bypass/robot_event_callback"
for (const host of hostList) {
const URL = `http://${host}${path}`