mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-04 16:02:26 +08:00
字段名错误
This commit is contained in:
@@ -85,7 +85,7 @@ func (c *Controller) gateTokenReset(context *gin.Context) {
|
|||||||
})
|
})
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
_, err = c.dao.UpdateAccountFieldByFieldName("PlayerID", req.PlayerId, "comboTokenUsed", false)
|
_, err = c.dao.UpdateAccountFieldByFieldName("playerID", req.PlayerId, "comboTokenUsed", false)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
context.JSON(http.StatusOK, &TokenResetRsp{
|
context.JSON(http.StatusOK, &TokenResetRsp{
|
||||||
Result: false,
|
Result: false,
|
||||||
|
|||||||
Reference in New Issue
Block a user