config.php 646 B

12345678910111213141516171819
  1. <?php
  2. namespace refill\huafutong_doubi;
  3. class config
  4. {
  5. const ORDER_URL = 'http://me.sd.7080.cn:8080/?c=pay&m=create';
  6. const QUERY_URL= 'http://api.sd.7080.cn:8080/?m=querys&a=queryorder';
  7. const BALANCE_URL = 'http://api.sd.7080.cn:8080/?m=querys&a=querymoney';
  8. const MCH_ID = '207';
  9. const UserKey = '1a917faaba8a5936'; #正式key
  10. const aesIV = '1111111111111111';
  11. // const NOTIFY_URL = BASE_SITE_URL . "/mobile/callback/refill_huafutong_doubi.php";
  12. const NOTIFY_URL = "https://www.xyzshops.cn/mobile/signature.php";
  13. const ExtHeaders = ['Content-Type:application/x-www-form-urlencoded;charset=utf-8'];
  14. }