Quellcode durchsuchen

debug bind user function

abiao vor 5 Jahren
Ursprung
Commit
ce321d57b6
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      go/gopath/src/fohow.com/apps/controllers/user_controller/init.go

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