config.php 761 B

12345678910111213141516171819202122232425
  1. <?php
  2. namespace refill\cangbukami;
  3. use mtopcard;
  4. class config
  5. {
  6. //yd 950 dl949
  7. const ORDER_URL = 'https://api.irecycle.top/queryBuy';
  8. const QUERY_URL= 'https://api.irecycle.top/queryBizOrder';
  9. const BALANCE_URL= 'https://api.irecycle.top//queryBalance';
  10. const MCH_ID= '112';
  11. const KEY = 'zs53xG61NinhlrXskhR0xnAaOyM7yG';
  12. // const NOTIFY_URL = BASE_SITE_URL . "/mobile/callback/refill_cangbukami.php";
  13. const NOTIFY_URL = "https://www.xyzshops.cn/mobile/signature.php";
  14. const operator = [
  15. 20 => 'xydclt20',
  16. 30 => 'xydclt30',
  17. 50 => 'xydclt50',
  18. 100 => 'xydclt100'
  19. ];
  20. const ExtHeaders = ['Content-Type: application/x-www-form-urlencoded' , 'Accept: application/json;charset=UTF-8'];
  21. }