From a460ec3ecb427f6c7ee0b27fedb25cc14647be2e Mon Sep 17 00:00:00 2001 From: sj <1304317391@qq.com> Date: Fri, 18 Nov 2022 17:41:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E7=BA=BF=E4=B8=8A=E6=94=AF?= =?UTF-8?q?=E4=BB=98=E5=9B=9E=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- yudao-server/src/main/resources/application-local.yaml | 2 +- yudao-server/src/main/resources/application-prod.yaml | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/yudao-server/src/main/resources/application-local.yaml b/yudao-server/src/main/resources/application-local.yaml index 78e1d187..891e28c6 100644 --- a/yudao-server/src/main/resources/application-local.yaml +++ b/yudao-server/src/main/resources/application-local.yaml @@ -244,7 +244,7 @@ dubbo: bxg: shop: # API_URL: http://192.168.10.113:48080/bxgApp - API_URL: https://25eb-27-19-79-7.jp.ngrok.io + API_URL: https://02f3-27-19-79-7.jp.ngrok.io SITE_URL: http://192.168.10.113:48080/bxgApp UNI_SITE_URL: http://192.168.10.113:48080/bxgApp ADMIN_API_URL: http://192.168.10.113:48080/bxg diff --git a/yudao-server/src/main/resources/application-prod.yaml b/yudao-server/src/main/resources/application-prod.yaml index e59d257d..3c1d4e46 100644 --- a/yudao-server/src/main/resources/application-prod.yaml +++ b/yudao-server/src/main/resources/application-prod.yaml @@ -248,7 +248,9 @@ dubbo: bxg: shop: - API_URL: https://farm.lotus-wallet.com - SITE_URL: http://project.lotus-wallet.com/ - UNI_SITE_URL: https://farm.lotus-wallet.com - ADMIN_API_URL: https://farm.lotus-wallet.com/bxg \ No newline at end of file +# API_URL: https://farm.lotus-wallet.com + API_URL: https://app.moo-mou.com/admin-api +# SITE_URL: http://project.lotus-wallet.com/ + SITE_URL: https://app.moo-mou.com/admin-api/ + UNI_SITE_URL: https://app.moo-mou.com/admin-api + ADMIN_API_URL: https://app.moo-mou.com/admin-api/bxg \ No newline at end of file