config.php 275 B

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