config.php 279 B

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