消息推送和第三方接收后台搭建,未测试

This commit is contained in:
not-like-juvenile
2026-02-25 09:38:01 +08:00
parent 1ad4d05ffb
commit 0762857434
11 changed files with 1571 additions and 24 deletions

View File

@@ -16,6 +16,9 @@ export const SUPA_KEY: string = 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJyb2xlIj
export const WS_URL: string = 'ws://192.168.1.62:18000/realtime/v1/websocket'
// export const WS_URL: string = 'ws://192.168.1.63:18000/realtime/v1/websocket'
// 推送服务地址(用于本地调试,可改为 http://<your-ip>:7301
export const PUSH_SERVER_URL: string = 'http://192.168.1.62:7301'
// 备用配置(已注释,如需切换可取消注释)
// 开发环境 - 其他内网地址
// export const SUPA_URL: string = 'http://192.168.0.150:8080'