config.php 277 B

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