h5分销海报报错
This commit is contained in:
@ -120,7 +120,7 @@ public class UserBillController {
|
|||||||
@ApiImplicitParam(name = "form", value = "来源", paramType = "query", dataType = "string")
|
@ApiImplicitParam(name = "form", value = "来源", paramType = "query", dataType = "string")
|
||||||
})
|
})
|
||||||
@ApiOperation(value = "分销二维码海报生成",notes = "分销二维码海报生成")
|
@ApiOperation(value = "分销二维码海报生成",notes = "分销二维码海报生成")
|
||||||
public ApiResult<List<Map<String,Object>>> spreadBanner(@RequestParam(value = "",required=false) String form){
|
public ApiResult<List<Map<String,Object>>> spreadBanner(@RequestParam(value = "",required=false) String from){
|
||||||
YxUser yxUser = LocalUser.getUser();
|
YxUser yxUser = LocalUser.getUser();
|
||||||
String siteUrl = systemConfigService.getData(SystemConfigConstants.SITE_URL);
|
String siteUrl = systemConfigService.getData(SystemConfigConstants.SITE_URL);
|
||||||
if(StrUtil.isEmpty(siteUrl)){
|
if(StrUtil.isEmpty(siteUrl)){
|
||||||
@ -131,7 +131,7 @@ public class UserBillController {
|
|||||||
throw new YshopException("未配置api地址!");
|
throw new YshopException("未配置api地址!");
|
||||||
}
|
}
|
||||||
|
|
||||||
String spreadUrl = creatShareProductService.getSpreadUrl(form,yxUser,siteUrl,apiUrl,path);
|
String spreadUrl = creatShareProductService.getSpreadUrl(from,yxUser,siteUrl,apiUrl,path);
|
||||||
|
|
||||||
List<Map<String,Object>> list = new ArrayList<>();
|
List<Map<String,Object>> list = new ArrayList<>();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user