Commit 1ab4527a by xuzhenhao

调试

1 parent 77c4b6d8
Showing with 1 additions and 1 deletions
......@@ -22,7 +22,7 @@ import (
func UserLoginApi(c *gin.Context) {
buf := make([]byte, 1024)
n, _ := c.Request.Body.Read(buf)
lgo.Println(string(buf[0:n]))
log.Println(string(buf[0:n]))
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!