fix 海报api地址修改

This commit is contained in:
gzlv
2021-07-17 10:37:31 +08:00
parent 4bb0b522dc
commit 7fd246c25f

View File

@ -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地址");
} }