xiexiaoyuan %!s(int64=2) %!d(string=hai) anos
pai
achega
b9ce4978c9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      controllers/wechat.go

+ 1 - 1
controllers/wechat.go

@@ -292,7 +292,7 @@ func (c *WeChatCommon) WxAppLogin() {
 // @Success 200 {object} wechat.WxLoginResp
 // @router /admin/login [get]
 func (c *WeChatCommon) AdminWeChatLogin() {
-	code := c.GetString("Code")
+	code := c.GetString("code")
 	fmt.Println("code:", code)
 	utils.FileLog.Info("WechatLogin code:%s", code)