Bläddra i källkod

,"GetHaibaoWithGoogle"

abiao 2 år sedan
förälder
incheckning
b34e94c5c5
1 ändrade filer med 2 tillägg och 2 borttagningar
  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 {