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