MOKASZ\lw12420 1 rok temu
rodzic
commit
cd03beb9c2

+ 4 - 4
launch-admin/src/main/java/com/webflux/launchadmin/mysql/service/otherServices/OtherServicesImpl.java

@@ -99,13 +99,13 @@ public class OtherServicesImpl implements   OtherServicesInterface {
                             }catch (Exception e){
                                 throw new BaseException("解析configJson异常"+e.getMessage());
                             }
-                            if(!jsonObject.containsKey("posterCustomerServiceId")){
-                                throw new BaseException("解析configJson 不包含字段 posterCustomerServiceId");
+                            if(!jsonObject.containsKey("landingPageDomain")){
+                                throw new BaseException("解析configJson 不包含字段 landingPageDomain");
                             }
                             try {
-                                groupId = jsonObject.get("posterCustomerServiceId", Long.class);
+                                groupId = jsonObject.get("landingPageDomain", Long.class);
                             }catch (Exception e){
-                                throw new BaseException("解析posterCustomerServiceId异常"+e.getMessage());
+                                throw new BaseException("解析landingPageDomain异常"+e.getMessage());
                             }
                             // String s = byCustomerIdGetUrl(posterCustomerServiceId);
                             //return Mono.just(new StringBuilder(s));