config.php 279 B

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