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