params.php 788 B

123456789101112131415161718192021222324252627
  1. <?php
  2. return [
  3. 'adminEmail' => 'admin@example.com',
  4. 'noCheckTokenActions' => [
  5. 'v1/oauth/login',
  6. 'v1/oauth/refresh-access-token',
  7. 'v1/oauth/refresh-refresh-token',
  8. 'v1/oauth/refresh-token',
  9. 'v1/site/days-diff',
  10. 'v1/site/page-data',
  11. 'v1/site/captcha',
  12. 'v1/site/send-notice',
  13. 'v1/site/send-notify',
  14. 'v1/oauth/is-login-verify',
  15. 'v1/oauth/login-by-backend',
  16. 'v1/oauth/no-login-modify-password',
  17. 'v1/site/doc',
  18. 'v1/site/config',
  19. 'v1/shop/verify-approach-order',
  20. 'v1/finance/prove-add',
  21. 'v1/site/get-instance',
  22. 'v1/site/languages',
  23. // 'v1/site/countries',
  24. 'v1/bonus/period',
  25. ],
  26. 'noCheckPermissionActions' => [],
  27. ];