This commit is contained in:
liwei1dao 2023-10-17 14:17:34 +08:00
commit bfc79ea3ce

View File

@ -55,7 +55,9 @@ func (this *apiComp) Sell(session comm.IUserSession, req *pb.SmithySellReq) (err
} }
// 发奖励 // 发奖励
errdata, atno = this.module.DispenseAtno(session, conf.Reword, true) if errdata, atno = this.module.DispenseAtno(session, conf.Reword, true); errdata != nil {
return
}
rsp := &pb.SmithySellResp{ rsp := &pb.SmithySellResp{
CustomerId: req.CustomerId, CustomerId: req.CustomerId,