| 123456789101112131415161718192021222324252627282930313233343536 |
- <?php
- return [
- 'adminEmail' => 'admin@example.com',
- 'noCheckTokenActions' => [
- 'v1/oauth/login',
- 'v1/oauth/refresh-access-token',
- 'v1/oauth/refresh-refresh-token',
- 'v1/oauth/refresh-token',
- 'v1/site/days-diff',
- 'v1/site/page-data',
- 'v1/site/captcha',
- 'v1/oauth/is-login-verify',
- 'v1/oauth/login-by-backend',
- 'v1/oauth/no-login-modify-password',
- 'v1/site/doc',
- 'v1/site/config',
- 'v1/site/send-notice',
- 'v1/shop/verify-approach-order',
- 'v1/shop/logistics',
- 'v1/shop/logistics-auto',
- 'v1/shop/i-pay88',
- 'v1/shop/re-query-payment',
- 'v1/shop/upop-pre-pay',
- 'v1/shop/upop-online-pay',
- 'v1/shop/upop-webhook',
- ],
- 'noCheckPermissionActions' => [
- 'shop/logistics',
- 'shop/logistics-auto',
- 'shop/i-pay88',
- 'shop/re-query-payment',
- 'shop/upop-pre-pay',
- 'shop/upop-online-pay',
- 'shop/upop-webhook',
- ],
- ];
|