config.php 279 B

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