config.php 265 B

123456789101112
  1. <?php
  2. namespace refill\yezi;
  3. class config
  4. {
  5. const ORDER_URL = 'https://www.xyzshops.cn/mobile/index.php';
  6. const MCH_ID = 10147;
  7. const KEY = 'b2b636b193eab82f4b290b6057abec9c';
  8. const NOTIFY_URL = BASE_SITE_URL . "/racc/callback/lingzh/yezi.php";
  9. }