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 @@ -