config.php 271 B

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