config.php 405 B

12345678910111213141516
  1. <?php
  2. namespace refill\tonglu;
  3. class config
  4. {
  5. const ORDER_URL = 'http://wg.guozipay.com/api/order/create';
  6. const QUERY_URL = 'http://wg.guozipay.com/api/order/query';
  7. const MCH_ID = '20210322';
  8. const KEY = '9fcd301b7ce14a5e8c4908dba8679769';
  9. const NOTIFY_URL = BASE_SITE_URL . "/mobile/refill_tonglu.php";
  10. // const NOTIFY_URL = "https://www.xyzshops.cn/mobile/signature.php";
  11. }