This commit is contained in:
yangduo 2024-08-02 17:45:23 +08:00
parent 43b3935c36
commit 8a8a2fa055

View File

@ -33,7 +33,7 @@ func (this *UserApi) Info(c *gin.Context) {
constant.GAME_DB,
"t_user",
[][]string{
{"account_id", accountAddress},
{"address", accountAddress},
},
func(err error, ds *f5.DataSet) {
dbErr = err