config.php 287 B

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