config.php 455 B

12345678910111213141516
  1. <?php
  2. namespace refill\afandeng;
  3. class config
  4. {
  5. const ORDER_URL = 'http://8.135.117.151:8124/supply/order/orderCheck';
  6. const QUERY_URL = 'http://8.135.117.151:8124/supply/order/getSupplyOrderStatus';
  7. const MCHID = 131;
  8. const KEY = '4356f096d6ff947da4918e40bedc444e';
  9. const NOTIFY_URL = "https://www.xyzshops.cn/mobile/refill_afandeng.php";
  10. const ExtHeaders = ['ContentType: application/x-www-form-urlencoded;charset=utf-8'];
  11. }