This commit is contained in:
yangduo 2024-07-11 11:05:21 +08:00
parent 3a3297a186
commit 5cd05fa5c9

View File

@ -30,8 +30,8 @@ func (this *MarketApi) LockList(c *gin.Context) {
}{}
if err := c.ShouldBindJSON(&reqJson); err != nil {
c.JSON(http.StatusOK, gin.H{
"code": 1,
"message": err.Error(),
"errcode": 1,
"errmsg": err.Error(),
})
return
}