From a80eb903199b20d5e2ea8bbe1853cd26ca7475c5 Mon Sep 17 00:00:00 2001 From: lzx_win <2602107437@qq.com> Date: Sat, 18 Jan 2025 21:56:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/org/jeecg/modules/utils/SmsClient.java | 12 ++++++------ shop/.env | 2 +- shop/.env.development | 2 +- shop/.env.production | 2 +- shop/public/index.html | 4 ++-- shop/public/logo.png | Bin 28943 -> 33303 bytes shop/src/assets/logo.png | Bin 28943 -> 33303 bytes shop/src/components/layouts/UserLayout.vue | 2 +- shop/src/components/page/GlobalHeader.vue | 4 ++-- shop/src/components/tools/Logo.vue | 2 +- 10 files changed, 15 insertions(+), 15 deletions(-) diff --git a/jeecg-boot-module-system/src/main/java/org/jeecg/modules/utils/SmsClient.java b/jeecg-boot-module-system/src/main/java/org/jeecg/modules/utils/SmsClient.java index 869f19f..827c677 100644 --- a/jeecg-boot-module-system/src/main/java/org/jeecg/modules/utils/SmsClient.java +++ b/jeecg-boot-module-system/src/main/java/org/jeecg/modules/utils/SmsClient.java @@ -20,9 +20,9 @@ public class SmsClient { public static String send(String phone,String code) { SmsClient client = new SmsClient(); - String response = client.sendSms("yixuan02", Arrays.asList( - new Message(phone, "【宜轩到家】您的验证码为:"+code) - ), System.currentTimeMillis(), "WwYRzlXw5W4D"); + String response = client.sendSms("tianduxx", Arrays.asList( + new Message(phone, "【天都服务】您的验证码为:"+code) + ), System.currentTimeMillis(), "KXHQ2boE1wP6"); System.out.println(response); return response; } @@ -30,9 +30,9 @@ public class SmsClient { public static String sendMsg2(String phone,String name) { SmsClient client = new SmsClient(); - String response = client.sendSms("yixuan02", Arrays.asList( - new Message(phone, "【宜轩到家】可爱的理疗师"+name+"您有一笔新订单下单哦!") - ), System.currentTimeMillis(), "WwYRzlXw5W4D"); + String response = client.sendSms("tianduxx", Arrays.asList( + new Message(phone, "【天都服务】可爱的理疗师"+name+"您有一笔新订单下单哦!") + ), System.currentTimeMillis(), "KXHQ2boE1wP6"); System.out.println(response); return response; } diff --git a/shop/.env b/shop/.env index 8cf7269..a70f5fd 100644 --- a/shop/.env +++ b/shop/.env @@ -1,5 +1,5 @@ NODE_ENV=production -VUE_APP_PLATFORM_NAME=宜轩到家 +VUE_APP_PLATFORM_NAME=天都服务 # 开启单点登录 VUE_APP_SSO=false # 开启微应用模式 diff --git a/shop/.env.development b/shop/.env.development index fa46e48..f502792 100644 --- a/shop/.env.development +++ b/shop/.env.development @@ -1,5 +1,5 @@ NODE_ENV=development -VUE_APP_API_BASE_URL=http://localhost:8000/massage-api-three/ +VUE_APP_API_BASE_URL=https://admin.tiandufuwu.com/massage-api-tiandu/ VUE_APP_CAS_BASE_URL=http://cas.example.org:8443/cas VUE_APP_ONLINE_BASE_URL=http://fileview.jeecg.com/onlinePreview diff --git a/shop/.env.production b/shop/.env.production index 84c11b0..6c15837 100644 --- a/shop/.env.production +++ b/shop/.env.production @@ -1,4 +1,4 @@ NODE_ENV=production -VUE_APP_API_BASE_URL=https://admin.yixuandaojia.com/massage-api-three/ +VUE_APP_API_BASE_URL=https://admin.tiandufuwu.com/massage-api-tiandu/ VUE_APP_CAS_BASE_URL=http://localhost:8888/cas VUE_APP_ONLINE_BASE_URL=http://fileview.jeecg.com/onlinePreview \ No newline at end of file diff --git a/shop/public/index.html b/shop/public/index.html index 4551cef..81a2954 100644 --- a/shop/public/index.html +++ b/shop/public/index.html @@ -5,7 +5,7 @@ -