config.php 574 B

1234567891011121314151617181920
  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 SID = '16193208193424561706';
  9. const KEY = 'CwVAoQboguX2DZkdDXk0AIA2csWWnAp1gmKS0KyKKVoX8cX8qJLQa3exEfGevM5J';
  10. const NOTIFY_URL = BASE_SITE_URL . "/mobile/refill_tiancheng.php";
  11. const operator = [
  12. mtopcard\ChinaMobileCard => 1,
  13. mtopcard\ChinaUnicomCard => 2,
  14. mtopcard\ChinaTelecomCard => 3
  15. ];
  16. }