config.php 528 B

123456789101112131415161718192021
  1. <?php
  2. namespace refill\yuecheng;
  3. use mtopcard;
  4. class config
  5. {
  6. //993
  7. const ORDER_URL = 'http://81.71.131.53:48455/recieverOrderAdvanced';
  8. const QUERY_URL = 'http://81.71.131.53:48455/queryOrder_cp';
  9. const CID = 'gyhf';
  10. const KEY = '77de670b7746d735c303f6dcdb089d05';
  11. const NOTIFY_URL = BASE_SITE_URL . "/mobile/callback/refill_yuecheng.php";
  12. const operator = [
  13. mtopcard\ChinaMobileCard => 'YD',
  14. mtopcard\ChinaUnicomCard => 'LT',
  15. mtopcard\ChinaTelecomCard => 'DX'
  16. ];
  17. }