mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 18:03:27 +08:00
【新增】新增全局优惠展示接口,前端商品详情增加全局优惠显示入口。
This commit is contained in:
@@ -90,5 +90,12 @@ namespace CoreCms.Net.IServices
|
||||
/// <param name="promotionId"></param>
|
||||
/// <returns></returns>
|
||||
Task<WebApiCallBack> ReceiveCoupon(int promotionId);
|
||||
|
||||
/// <summary>
|
||||
/// 获取全局促销列表
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
Task<List<GetPromotionResult>> GetPromotionList(int type = (int)GlobalEnumVars.PromotionType.Promotion);
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user