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