config.php 275 B

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