Compare commits

..

6 Commits

Author SHA1 Message Date
exinglang 55cdbd07f1 fix(push): 补齐小米通道与审核推送日志 2026-07-30 12:17:12 +08:00
exinglang 6ca8ca4ed2 Merge remote-tracking branch 'origin/main' into fix-pushlogxiaomi
# Conflicts:
#	app/integrations/vendor_push.py
2026-07-30 12:14:45 +08:00
exinglang 7474c2bebc fix(push): 补齐厂商请求日志参数 2026-07-30 10:26:26 +08:00
exinglang 7bfe703760 chore(tests): 取消推送测试文件改动 2026-07-30 10:25:05 +08:00
exinglang 69eeb43fe2 fix(push): 完善厂商推送参数与消息通知 2026-07-30 10:25:05 +08:00
exinglang a0196b8d64 fix(push): 完善厂商推送排障日志 2026-07-29 19:52:06 +08:00
+2 -2
View File
@@ -71,8 +71,8 @@ admin_app = FastAPI(
# admin 前端独立部署。生产同域(nginx)无需 CORS;本地 next dev 跨域需放行开发源。
_dev_origins = [
"http://localhost:3001",
"http://127.0.0.1:3001",
"http://localhost:3002",
"http://127.0.0.1:3002",
"http://localhost:3000",
"http://127.0.0.1:3000",
]