config.php 470 B

1234567891011121314151617181920
  1. <?php
  2. namespace refill\feihan_fetch;
  3. use mtopcard;
  4. class config
  5. {
  6. const ORDER_URL = 'https://www.baidu.com/';
  7. const QUERY_URL = 'https://www.baidu.com/';
  8. const MCHID = 10019;
  9. const KEY = '953b8e10a70ef4e85b77f09448c0e316';
  10. const NOTIFY_URL = BASE_SITE_URL . "/mobile/callback/refill_baidu.php";
  11. const operator = [
  12. mtopcard\ChinaMobileCard => 2,
  13. mtopcard\ChinaUnicomCard => 1,
  14. mtopcard\ChinaTelecomCard => 3
  15. ];
  16. }