config.php 277 B

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