config.php 331 B

123456789101112131415
  1. <?php
  2. namespace refill\kaisinuojy;
  3. class config
  4. {
  5. # 凯斯诺(加油)
  6. # 提单到椰子
  7. const ORDER_URL = 'https://www.xyzshops.cn/mobile/index.php';
  8. const MCH_ID = 10482;
  9. const KEY = '2cad24fa530e5ebef5b850b4515627f1';
  10. const NOTIFY_URL = BASE_SITE_URL . "/mobile/callback/refill_kaisinuojy.php";
  11. }