1
This commit is contained in:
parent
d453e9981b
commit
2ca0d9e5e7
@ -80,9 +80,11 @@ func (this *InGameApi) OrderInfo(c *gin.Context) {
|
|||||||
ErrorCode int32 `json:"errcode"`
|
ErrorCode int32 `json:"errcode"`
|
||||||
ErrMsg string `json:"errmsg"`
|
ErrMsg string `json:"errmsg"`
|
||||||
OrderId string `json:"order_id"`
|
OrderId string `json:"order_id"`
|
||||||
|
GoodsId int32 `json:"goods_id"`
|
||||||
Status int32 `json:"status"`
|
Status int32 `json:"status"`
|
||||||
}{}
|
}{}
|
||||||
rspObj.OrderId = orderModel.OrderId
|
rspObj.OrderId = orderModel.OrderId
|
||||||
|
rspObj.GoodsId = orderModel.ItemId
|
||||||
rspObj.Status = orderModel.Status
|
rspObj.Status = orderModel.Status
|
||||||
c.JSON(200, rspObj)
|
c.JSON(200, rspObj)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user