mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 18:03:27 +08:00
【新增】新增新人注册可以自动识别并发放优惠券。
This commit is contained in:
@@ -60,8 +60,10 @@ namespace CoreCms.Net.IServices
|
||||
/// <param name="userId"></param>
|
||||
/// <param name="promotionId"></param>
|
||||
/// <param name="promotion"></param>
|
||||
/// <param name="number"></param>
|
||||
/// <param name="remark"></param>
|
||||
/// <returns></returns>
|
||||
Task<WebApiCallBack> AddData(int userId, int promotionId, CoreCmsPromotion promotion);
|
||||
Task<WebApiCallBack> AddData(int userId, int promotionId, CoreCmsPromotion promotion, int number = 1, string remark = "接口领取");
|
||||
|
||||
/// <summary>
|
||||
/// 通过优惠券号领取优惠券
|
||||
|
||||
Reference in New Issue
Block a user