This commit is contained in:
meixiongfeng 2023-10-17 14:16:51 +08:00
parent 8f75f5a770
commit df1c5e9d5b

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,