Browse Source

管乐迷域名修改

zouxuan 1 year ago
parent
commit
1fe045c792

+ 1 - 1
mec-application/src/main/java/com/ym/mec/web/controller/TenantInfoController.java

@@ -82,7 +82,7 @@ public class TenantInfoController extends BaseController {
         String pw = WrapperUtil.toStr(openPar, "pw");
         TenantInfo tenantInfo = (TenantInfo) openPar.get("tenantInfo");
         if (StringUtils.isNotBlank(pw) && Objects.nonNull(tenantInfo)) {
-            Object[] msg = {tenantInfo.getName(), tenantInfo.getPhone(), pw, "https://online.dayaedu.com"};
+            Object[] msg = {tenantInfo.getName(), tenantInfo.getPhone(), pw, "https://gym.lexiaoya.cn"};
             tenantInfoSendMsgService.platformSendToAll(OPEN, tenantInfo.getUserId(), tenantInfo.getEmail(), tenantInfo.getPhone(), msg);
         }
         return succeed();

+ 4 - 4
mec-biz/src/main/java/com/ym/mec/biz/dal/config/AdapayNotifyConstants.java

@@ -2,12 +2,12 @@ package com.ym.mec.biz.dal.config;
 
 public class AdapayNotifyConstants {
 	
-	public static String corp_member_notify_url_test = "https://test.dayaedu.com/api-web/{}/callback";
+	public static String corp_member_notify_url_test = "https://test.gym.lexiaoya.cn/api-web/{}/callback";
 
-	public static String corp_member_notify_url_prod = "https://online.dayaedu.com/api-web/{}/callback";
+	public static String corp_member_notify_url_prod = "https://gym.lexiaoya.cn/api-web/{}/callback";
 	
-	public static String student_payment_notify_url_test = "https://mstutest.dayaedu.com/api-student/studentOrder/callback";
+	public static String student_payment_notify_url_test = "https://test.gym.lexiaoya.cn/api-student/studentOrder/callback";
 	
-	public static String student_payment_notify_url_prod = "https://mstuonline.dayaedu.com/api-student/studentOrder/callback";
+	public static String student_payment_notify_url_prod = "https://gym.lexiaoya.cn/api-student/studentOrder/callback";
 
 }

File diff suppressed because it is too large
+ 1 - 1
mec-biz/src/main/resources/config/mybatis/TenantInfoMapper.xml


Some files were not shown because too many files changed in this diff