This commit is contained in:
aozhiwei 2024-11-13 10:14:25 +08:00
parent f0fe5c6686
commit 45c3b811f2

View File

@ -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
}