config.php 283 B

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