fix:
This commit is contained in:
parent
1944391ccf
commit
be3fd5f2bd
|
@ -204,7 +204,7 @@ func MallOrderCreate(c *gin.Context) {
|
||||||
RespJson(c, status.InternalServerError, nil)
|
RespJson(c, status.InternalServerError, nil)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
ret := map[string]interface{}{
|
ret := map[string]interface{}{
|
||||||
"order_id": order.ID,
|
"order_id": order.ID,
|
||||||
"order": order,
|
"order": order,
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user