소스 검색

,"GetHaibaoWithGoogle"

abiao 2 년 전
부모
커밋
b34e94c5c5
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      go/gopath/src/fohow.com/apps/controllers/tool_controller/init.go

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

@@ -15,8 +15,8 @@ import (
 )
 
 var (
-	exceptCheckUserLoginAction   = []string{"GetQrcode", "GetHaibao", "Monitor", "GetExpressCompany", "GetExpressInfo"}
-	exceptCheckWxUserLoginAction = []string{"GetQrcode", "GetHaibao", "Monitor", "GetExpressCompany", "GetExpressInfo"}
+	exceptCheckUserLoginAction   = []string{"GetQrcode", "GetHaibao", "GetHaibaoWithGoogle", "Monitor", "GetExpressCompany", "GetExpressInfo"}
+	exceptCheckWxUserLoginAction = []string{"GetQrcode", "GetHaibao", "GetHaibaoWithGoogle", "Monitor", "GetExpressCompany", "GetExpressInfo"}
 )
 
 type ToolController struct {