config.php 448 B

12345678910111213
  1. <?php
  2. namespace refill\jumi_sec;
  3. class config
  4. {
  5. const ORDER_URL = 'https://server.jumiit.com/gateway/api.handle/submit';
  6. const QUERY_URL = 'https://server.jumiit.com/gateway/api.handle/order';
  7. const BALANCE_URL = 'https://server.jumiit.com/gateway/api.handle/account';
  8. const APP_ID = 'CZ27801384';
  9. const TOKEN = '62zdsr7j1h7maaflc4c8kgx9j9vxu8';
  10. const NOTIFY_URL = BASE_SITE_URL . "/mobile/callback/refill_jumi_sec.php";
  11. }