ソースを参照

change shop area rank

abiao 4 年 前
コミット
b1be4729bd
共有1 個のファイルを変更した2 個の追加2 個の削除を含む
  1. 2 2
      go/gopath/src/fohow.com/apps/controllers/order_controller/init.go

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

@@ -16,8 +16,8 @@ import (
 
 var (
 	//需要校验用户登录的Action
-	exceptCheckUserLoginAction   = []string{"Create", "Detail", "List", "Operate", "GetExpressNo", "MultChangeItemState", "GetCartList"}
-	exceptCheckWxUserLoginAction = []string{"GetExpressNo", "MultChangeItemState", "GetCartList"}
+	exceptCheckUserLoginAction   = []string{}
+	exceptCheckWxUserLoginAction = []string{}
 )
 
 type OrderController struct {