瀏覽代碼

debug bind user function

abiao 5 年之前
父節點
當前提交
ce321d57b6
共有 1 個文件被更改,包括 2 次插入2 次删除
  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 {