Kaynağa Gözat

debug bind user function

abiao 5 yıl önce
ebeveyn
işleme
ce321d57b6

+ 2 - 2
go/gopath/src/fohow.com/apps/controllers/user_controller/init.go

@@ -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 {