config.php 281 B

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