优惠卷

This commit is contained in:
wanyongkang
2020-10-16 17:13:33 +08:00
parent 8faeaa64bb
commit 0c08105fb3
2 changed files with 7 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ namespace Hncore.Pass.Sells.Service
this.m_CouponUserOrginService = m_CouponUserOrginService;
}
public async Task<bool> Give(int couponId, string fromUser, int toUser, int count, CouponOriginType originType= CouponOriginType.Admin, string remark = "系统赠送", string toUserRef="")
public async Task<bool> Give(int couponId, string fromUser, int toUser, int count, CouponOriginType originType= CouponOriginType.Admin, string remark = "系统赠送", string toUserRef="暂无")
{
var orginCoupon = new CouponUserOrginEntity()
{