config.php 279 B

1234567891011
  1. <?php
  2. namespace refill\guangxinkc;
  3. class config
  4. {
  5. const ORDER_URL = 'https://www.xyzshops.cn/mobile/index.php';
  6. const MCH_ID = 10487;
  7. const KEY = 'c4005d232888dc5cd045bd799566f494';
  8. const NOTIFY_URL = BASE_SITE_URL . "/mobile/callback/refill_guangxinkc.php";
  9. }