config.php 624 B

123456789101112131415161718192021
  1. <?php
  2. namespace refill\langke;
  3. use mtopcard;
  4. class config
  5. {
  6. //975 1
  7. const ORDER_URL = 'http://120.25.107.85/order/createOrder.html';
  8. const ORDER_QUERY_URL = 'http://120.25.107.85/order/queryOrderInfo.html';
  9. const KEY = '0TKtWOgpaLc5CQ0KvewK5J';
  10. const ORGID = 7532391600;
  11. const NOTIFY_URL = BASE_SITE_URL . "/mobile/callback/refill_langke.php";
  12. const ExtHeaders = ['Content-Type: application/x-www-form-urlencoded'];
  13. const operator = [
  14. mtopcard\ChinaMobileCard => 'YD',
  15. mtopcard\ChinaUnicomCard => 'LT',
  16. mtopcard\ChinaTelecomCard => 'DX'
  17. ];
  18. }