【新增】新增全局优惠展示接口,前端商品详情增加全局优惠显示入口。

This commit is contained in:
jianweie code
2023-11-10 02:16:40 +08:00
parent 685a9a39f1
commit 9f03934127
9 changed files with 576 additions and 5 deletions

View File

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