Commit 04a20e1b by xuzhenhao

调试

1 parent 86e9f1b6
Showing with 1 additions and 0 deletions
......@@ -20,6 +20,7 @@ import (
//登录接口
func UserLoginApi(c *gin.Context) {
log.Printf("%s", c.Request.Body)
loginType := c.Request.FormValue("login_type")
loginName := c.Request.FormValue("login_name")
loginPassword := c.Request.FormValue("login_password")
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!