|
@@ -432,6 +432,9 @@ public class CommonController
|
|
|
if(Validator.isNotEmpty(bo.getHostAdmin())&&bo.getHostAdmin().equals("120.79.166.78:19012")){
|
|
if(Validator.isNotEmpty(bo.getHostAdmin())&&bo.getHostAdmin().equals("120.79.166.78:19012")){
|
|
|
return AjaxResult.success("成功","867735392558919680");
|
|
return AjaxResult.success("成功","867735392558919680");
|
|
|
}
|
|
}
|
|
|
|
|
+ if(Validator.isNotEmpty(bo.getHostH5Seller())&&bo.getHostH5Seller().equals("120.79.166.78:19012")){
|
|
|
|
|
+ return AjaxResult.success("成功","867735392558919680");
|
|
|
|
|
+ }
|
|
|
return AjaxResult.error(511,"失败",null);
|
|
return AjaxResult.error(511,"失败",null);
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|