config.php 279 B

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