config.php 554 B

123456789101112131415161718192021
  1. <?php
  2. namespace refill\luqian;
  3. use mtopcard;
  4. class config
  5. {
  6. const ORDER_URL = 'http://2sgxw.com/api/receiveOrder';
  7. const QUERY_URL = 'http://2sgxw.com/api/queryOrder';
  8. const PARTNER_ID = '38';
  9. const KEY = 'd6ae18a1a67828620d6091f3c36ca6fa';
  10. const NOTIFY_URL = BASE_SITE_URL."/mobile/refill_luqian.php";
  11. const operator = [
  12. mtopcard\ChinaMobileCard => 2,
  13. mtopcard\ChinaUnicomCard => 0,
  14. mtopcard\ChinaTelecomCard => 1
  15. ];
  16. const ExtHeaders = ['Content-Type: application/x-www-form-urlencoded'];
  17. }