Procházet zdrojové kódy

,"GetHaibaoWithGoogle"

abiao před 2 roky
rodič
revize
b34e94c5c5

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