config.php 632 B

123456789101112131415161718192021
  1. <?php
  2. namespace refill\tiancheng;
  3. use mtopcard;
  4. class config
  5. {
  6. const ORDER_URL = 'http://39.99.151.213:18080/api/order/invest';
  7. const QUERY_URL = 'http://39.99.151.213:18080/api/order/queryStatus';
  8. const BALANCE_URL = 'http://39.99.151.213:18080/api/order/queryBalance';
  9. const SID = '16193208193424561706';
  10. const KEY = 'CwVAoQboguX2DZkdDXk0AIA2csWWnAp1gmKS0KyKKVoX8cX8qJLQa3exEfGevM5J';
  11. const NOTIFY_URL = BASE_SITE_URL . "/mobile/refill_tiancheng.php";
  12. const operator = [
  13. mtopcard\ChinaMobileCard => 1,
  14. mtopcard\ChinaUnicomCard => 2,
  15. mtopcard\ChinaTelecomCard => 3
  16. ];
  17. }