config.php 277 B

123456789101112
  1. <?php
  2. namespace refill\yelin_hf;
  3. class config
  4. {
  5. const ORDER_URL = 'https://ylapi.xyzshops.cn/mobile/index.php';
  6. const MCH_ID = 10286;
  7. const KEY = 'cf0a17074410e2614672b24c19637ab3';
  8. const NOTIFY_URL = BASE_SITE_URL . "/mobile/callback/refill_yelin_hf.php";
  9. }