config.php 279 B

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