mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 19:03:27 +08:00
【修复】修复秒杀列表显示错误的问题。
This commit is contained in:
@@ -57,7 +57,7 @@ namespace CoreCms.Net.IServices
|
||||
/// 获取团购/秒杀商品详情
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
Task<WebApiCallBack> GetGroupDetail(int goodId = 0, int userId = 0, string type = "group", int groupId = 0, bool needSku = false);
|
||||
Task<WebApiCallBack> GetGroupDetail(int goodId = 0, int userId = 0, int type = (int)GlobalEnumVars.PromotionType.Group, int groupId = 0, bool needSku = false);
|
||||
|
||||
/// <summary>
|
||||
/// 获取可领取的优惠券
|
||||
|
||||
Reference in New Issue
Block a user