config.php 283 B

12345678910111213
  1. <?php
  2. namespace refill\huanxishuqy;
  3. class config
  4. {
  5. const ORDER_URL = 'https://www.xyzshops.cn/mobile/index.php';
  6. const MCH_ID = 10384;
  7. const KEY = '4b0b005dd655fb89c776ec6ce3819179';
  8. const NOTIFY_URL = BASE_SITE_URL . "/mobile/callback/refill_huanxishuqy.php";
  9. }