Merge branch 'dev' of http://git.legu.cc/liwei_3d/go_dreamfactory into dev
This commit is contained in:
commit
bfc79ea3ce
@ -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{
|
||||
CustomerId: req.CustomerId,
|
||||
|
Loading…
Reference in New Issue
Block a user