config.php 286 B

123456789101112
  1. <?php
  2. namespace refill\guangxinllfs;
  3. class config
  4. {
  5. const MCH_ID = 10489;
  6. const KEY = '8d586004d5e585c658795f3989263995';
  7. const ORDER_URL = 'https://www.xyzshops.cn/mobile/index.php';
  8. const NOTIFY_URL = BASE_SITE_URL . '/mobile/callback/refill_guangxinllfs.php';
  9. }