mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2026-03-23 11:37:21 +08:00
【新增】新增【lime-painter】海报画报插件,初步实现普通商品丰富的海报功能,其他业务模块会持续增加。
This commit is contained in:
@@ -697,7 +697,8 @@ namespace CoreCms.Net.Web.WebApi.Controllers
|
||||
}
|
||||
else if (entity.type == (int)GlobalEnumVars.ShareType.Poster) //海报
|
||||
{
|
||||
jm = await _shareServices.PosterShare(entity.client, entity.page, userShareCode, entity.url, entity.@params);
|
||||
//jm = await _shareServices.PosterShare(entity.client, entity.page, userShareCode, entity.url, entity.@params);
|
||||
jm = await _shareServices.QrShare(entity.client, entity.page, userShareCode, entity.url, entity.@params);
|
||||
}
|
||||
|
||||
return jm;
|
||||
|
||||
Reference in New Issue
Block a user