config.php 552 B

1234567891011121314151617
  1. <?php
  2. namespace refill\yongjia;
  3. class config
  4. {
  5. const ORDER_URL = 'http://123.56.68.57:1008/hqorder/api/youkasubmit';
  6. const QUERY_URL = 'http://123.56.68.57:1008/hqorder/api/query';
  7. const BALANCE_URL = 'http://123.56.68.57:1008/hqorder/api/balance';
  8. const MCHID = '1';
  9. const KEY = '52e4fd509410446a8259fd8a93de6c85';
  10. // const NOTIFY_URL = BASE_SITE_URL . "/mobile/callback/refill_yongjia.php";
  11. const NOTIFY_URL = "https://www.xyzshops.cn/mobile/signature.php";
  12. const ExtHeaders = ['Content-Type: application/json'];
  13. }