1
This commit is contained in:
parent
3a3297a186
commit
5cd05fa5c9
@ -30,8 +30,8 @@ func (this *MarketApi) LockList(c *gin.Context) {
|
|||||||
}{}
|
}{}
|
||||||
if err := c.ShouldBindJSON(&reqJson); err != nil {
|
if err := c.ShouldBindJSON(&reqJson); err != nil {
|
||||||
c.JSON(http.StatusOK, gin.H{
|
c.JSON(http.StatusOK, gin.H{
|
||||||
"code": 1,
|
"errcode": 1,
|
||||||
"message": err.Error(),
|
"errmsg": err.Error(),
|
||||||
})
|
})
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user