config.php 617 B

123456789101112131415161718192021
  1. <?php
  2. namespace refill\weiyiwt;
  3. use mtopcard;
  4. class config
  5. {
  6. const ORDER_URL = 'http://120.26.170.100:10186/plat/api/old/submitorder';
  7. const QUERY_URL= 'http://120.26.170.100:10186/plat/api/old/queryorder';
  8. const USER_ID= '200016';
  9. const KEY = 'b1112b00f5cd4877ac2937de9a0331c7';
  10. const NOTIFY_URL = BASE_SITE_URL . "/mobile/callback/refill_weiyiwt.php";
  11. const operator = [
  12. mtopcard\ChinaMobileCard => 1,
  13. mtopcard\ChinaUnicomCard => 2,
  14. mtopcard\ChinaTelecomCard => 3
  15. ];
  16. const ExtHeaders = ['Content-Type:application/x-www-form-urlencoded;charset=utf-8'];
  17. }