fix 海报api地址修改
This commit is contained in:
@ -132,8 +132,7 @@ public class StoreCombinationController {
|
|||||||
if(StrUtil.isEmpty(siteUrl)){
|
if(StrUtil.isEmpty(siteUrl)){
|
||||||
throw new YshopException("未配置h5地址");
|
throw new YshopException("未配置h5地址");
|
||||||
}
|
}
|
||||||
// String apiUrl = systemConfigService.getData(SystemConfigConstants.API_URL);
|
String apiUrl = systemConfigService.getData(SystemConfigConstants.API_URL);
|
||||||
String apiUrl = "http://itxzz.top";
|
|
||||||
if(StrUtil.isEmpty(apiUrl)){
|
if(StrUtil.isEmpty(apiUrl)){
|
||||||
throw new YshopException("未配置api地址");
|
throw new YshopException("未配置api地址");
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user