config.php 390 B

12345678910111213141516
  1. <?php
  2. namespace refill\wantong;
  3. class config
  4. {
  5. const ORDER_URL = 'https://mm.jm618.cn/api/telpay';
  6. const QUERY_URL = 'https://mm.jm618.cn/api/telpay/query';
  7. const MCHID = 10016;
  8. const KEY = '06be014a9c14b12d893663bff36372ba';
  9. // const NOTIFY_URL = BASE_SITE_URL . "/mobile/refill_wantong.php";
  10. const NOTIFY_URL = "https://www.xyzshops.cn/mobile/signature.php";
  11. }