Skip to content

Bugfix: fix auth api#146

Open
Lan-ce-lot wants to merge 1 commit intoeddycjy:masterfrom
Lan-ce-lot:fix-auth-api
Open

Bugfix: fix auth api#146
Lan-ce-lot wants to merge 1 commit intoeddycjy:masterfrom
Lan-ce-lot:fix-auth-api

Conversation

@Lan-ce-lot
Copy link
Copy Markdown

fix #145

username := c.PostForm("username")
password := c.PostForm("password")

==>

username := c.Query("username")
password := c.Query("password")

Signed-off-by: Lancelot <1984737645@qq.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bug: auth api

1 participant