|
|
@@ -22,9 +22,8 @@ import (
|
|
|
var (
|
|
|
exceptCheckUserLoginAction = []string{"BindingTel", "UpdateWxUserInfo",
|
|
|
"CheckLogin", "GenerateQrcode",
|
|
|
- "AgentApplication", "ComAgentApplication", "GetMyAgentList", "GetAgentDetail", "GetUserInfo", "GetAgentDetailByWxUid",
|
|
|
"GetInviteList", "GetMonthlyInviteList", "OneClickBindingTel", "BindingWxPhone", "SetWxUserInviter", "Get"}
|
|
|
- exceptCheckWxUserLoginAction = []string{"AgentApplication", "ComAgentApplication", "GetMyAgentList", "GetAgentDetail", "GetUserInfo", "GetAgentDetailByWxUid", "CheckLogin"}
|
|
|
+ exceptCheckWxUserLoginAction = []string{"CheckLogin"}
|
|
|
)
|
|
|
|
|
|
type UserController struct {
|