config.php 332 B

123456789101112
  1. <?php
  2. namespace refill\wangcxdzjfeiy;
  3. #wangcxdzjfeiy:旺宸讯(电子卷_非银)
  4. class config
  5. {
  6. const ORDER_URL = 'https://www.xyzshops.cn/mobile/index.php';
  7. const MCH_ID = 10471;
  8. const KEY = '1044766eba6255d784b62d77b48edb4c';
  9. const NOTIFY_URL = BASE_SITE_URL . "/mobile/callback/refill_wangcxdzjfeiy.php";
  10. }