|
@@ -13,6 +13,7 @@ return [
|
|
|
'v1/site/send-notice',
|
|
'v1/site/send-notice',
|
|
|
'v1/shop/order-period-adjust-batch',
|
|
'v1/shop/order-period-adjust-batch',
|
|
|
'v1/oauth/send-email-code',
|
|
'v1/oauth/send-email-code',
|
|
|
|
|
+ 'v1/site/clear-login-failed-num'
|
|
|
],
|
|
],
|
|
|
'noCheckPermissionActions' => [
|
|
'noCheckPermissionActions' => [
|
|
|
'oauth/login',
|
|
'oauth/login',
|
|
@@ -65,5 +66,6 @@ return [
|
|
|
'finance/mult-point',
|
|
'finance/mult-point',
|
|
|
'shop/order-period-adjust-batch',
|
|
'shop/order-period-adjust-batch',
|
|
|
'oauth/send-email-code',
|
|
'oauth/send-email-code',
|
|
|
|
|
+ 'site/clear-login-failed-num'
|
|
|
],
|
|
],
|
|
|
];
|
|
];
|