config.php 277 B

123456789101112
  1. <?php
  2. namespace refill\yelin_dx;
  3. class config
  4. {
  5. const ORDER_URL = 'https://ylapi.xyzshops.cn/mobile/index.php';
  6. const MCH_ID = 10311;
  7. const KEY = 'b7a2ad26ca0dc2e13599a8f7c529677d';
  8. const NOTIFY_URL = BASE_SITE_URL . "/mobile/callback/refill_yelin_dx.php";
  9. }