config.php 322 B

1234567891011121314
  1. <?php
  2. namespace refill\yayuanqy;
  3. class config
  4. {
  5. # YL雅苑:权益
  6. # 提单到椰子
  7. const MCH_ID = 10481;
  8. const KEY = 'e3b9c4bd2de8004b0e624d9af3d58662';
  9. const ORDER_URL = 'https://www.xyzshops.cn/mobile/index.php';
  10. const NOTIFY_URL = BASE_SITE_URL . "/mobile/callback/refill_yayuanqy.php";
  11. }