config.php 293 B

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