xiexiaoyuan 2 năm trước cách đây
mục cha
commit
8f18cc6a5d
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  1. 1 2
      controllers/wechat.go

+ 1 - 2
controllers/wechat.go

@@ -4,7 +4,6 @@ import (
 	"encoding/json"
 	"encoding/xml"
 	"fmt"
-	"github.com/beego/beego/v2/server/web"
 	"hongze/hongze_api/models"
 	"hongze/hongze_api/services"
 	"hongze/hongze_api/utils"
@@ -17,7 +16,7 @@ type WechatController struct {
 }
 
 type WechatCommonController struct {
-	web.Controller
+	BaseCommonController
 }
 
 // @Title 微信登录接口