| 12345678910111213141516171819202122232425262728 |
- <?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/site/send-notice',
- 'v1/site/send-notify',
- 'v1/oauth/is-login-verify',
- 'v1/oauth/login-by-backend',
- 'v1/oauth/no-login-modify-password',
- 'v1/site/doc',
- 'v1/site/config',
- 'v1/shop/verify-approach-order',
- 'v1/finance/prove-add',
- 'v1/site/get-instance',
- 'v1/site/languages',
- // 'v1/site/countries',
- 'v1/bonus/period',
- 'v1/bonus/sent-user-performance',
- ],
- 'noCheckPermissionActions' => [],
- ];
|