config.php 273 B

1234567891011
  1. <?php
  2. namespace refill\fulunoy;
  3. class config
  4. {
  5. const ORDER_URL = 'https://www.xyzshops.cn/mobile/index.php';
  6. const MCH_ID = 10472;
  7. const KEY = 'b639c0d10c6d55c809ed8fe02837c024';
  8. const NOTIFY_URL = BASE_SITE_URL . "/mobile/callback/refill_fulunoy.php";
  9. }