|
@@ -244,6 +244,15 @@ public class CommonController extends BaseController {
|
|
|
if(Validator.isNotEmpty(tenantId)){
|
|
|
return AjaxResult.success("成功",tenantId.toString());
|
|
|
}else{
|
|
|
+ if(Validator.isNotEmpty(bo.getHostH5())&&bo.getHostH5().equals("120.79.166.78:19012")){
|
|
|
+ return AjaxResult.success("成功","867735392558919680");
|
|
|
+ }
|
|
|
+ if(Validator.isNotEmpty(bo.getHostLive())&&bo.getHostLive().equals("120.79.166.78:19012")){
|
|
|
+ return AjaxResult.success("成功","867735392558919680");
|
|
|
+ }
|
|
|
+ if(Validator.isNotEmpty(bo.getHostPc())&&bo.getHostPc().equals("120.79.166.78:19012")){
|
|
|
+ return AjaxResult.success("成功","867735392558919680");
|
|
|
+ }
|
|
|
return AjaxResult.error("失败",null);
|
|
|
}
|
|
|
}
|