config.php 347 B

123456789101112131415
  1. <?php
  2. namespace refill\lingzh;
  3. class config
  4. {
  5. const PAY_PHONE_URL = 'https://www.lzkj168.cn/racc/index.php';
  6. const QUERY_URL= 'https://www.lzkj168.cn/racc/index.php';
  7. const USR= 9618;
  8. const KEY = 'fa0a841bdb424b6e1ac76148e9fdc7a8';
  9. const API_IP = NET_IP;
  10. const NOTIFY_URL = BASE_SITE_URL."/mobile/refill_lingzh.php";
  11. }