|
|
@@ -20,10 +20,10 @@ import (
|
|
|
)
|
|
|
|
|
|
var (
|
|
|
- exceptCheckUserLoginAction = []string{"SysUserBind", "BindingTel", "UpdateWxUserInfo",
|
|
|
+ exceptCheckUserLoginAction = []string{"BindingTel", "UpdateWxUserInfo",
|
|
|
"CheckLogin", "GenerateQrcode",
|
|
|
"GetInviteList", "GetMonthlyInviteList", "OneClickBindingTel", "BindingWxPhone", "SetWxUserInviter", "Get"}
|
|
|
- exceptCheckWxUserLoginAction = []string{"SysUserBind", "CheckLogin"}
|
|
|
+ exceptCheckWxUserLoginAction = []string{"CheckLogin"}
|
|
|
)
|
|
|
|
|
|
type UserController struct {
|