1
This commit is contained in:
parent
f0fe5c6686
commit
45c3b811f2
@ -86,7 +86,7 @@ func (this *ShopApi) Buy(c *gin.Context) {
|
||||
chip.ItemNum = 1
|
||||
chip.CreateTime = int32(nowTime)
|
||||
chip.ModifyTime = int32(nowTime)
|
||||
if user.Create() != nil {
|
||||
if chip.Create() != nil {
|
||||
f5.RspErr(c, 500, "server internal error")
|
||||
return
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user