Browse Source

临时调整

xiexiaoyuan 2 năm trước cách đây
mục cha
commit
b9ce4978c9
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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)