config.php 361 B

123456789101112131415
  1. <?php
  2. namespace refill\lingzhdl;
  3. class config
  4. {
  5. const PAY_PHONE_URL = 'http://121.89.212.167/racc/index.php';
  6. const QUERY_URL = 'http://121.89.212.167/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/callback/refill_lingzhdl.php";
  11. }