From 4e0033474f1240d52e2aceaaba97b52a7d6a2211 Mon Sep 17 00:00:00 2001 From: Developer Date: Wed, 3 Dec 2025 00:22:29 -0800 Subject: [PATCH] =?UTF-8?q?fix(mobile-upgrade):=20=E4=BF=AE=E6=AD=A3=20API?= =?UTF-8?q?=20URL=20=E4=B8=BA=E6=AD=A3=E7=A1=AE=E5=9F=9F=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 将 API URL 从 api.rwadurian.com 改为 rwaapi.szaiai.com 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- frontend/mobile-upgrade/.env.production | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/mobile-upgrade/.env.production b/frontend/mobile-upgrade/.env.production index 1cf9b47e..29830a2b 100644 --- a/frontend/mobile-upgrade/.env.production +++ b/frontend/mobile-upgrade/.env.production @@ -1,5 +1,5 @@ # API Configuration -NEXT_PUBLIC_API_URL=https://api.rwadurian.com +NEXT_PUBLIC_API_URL=https://rwaapi.szaiai.com # Application Info NEXT_PUBLIC_APP_NAME=RWADurian Mobile Upgrade