update
This commit is contained in:
parent
8f75f5a770
commit
df1c5e9d5b
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user