config.php 277 B

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