config.php 320 B

1234567891011121314
  1. <?php
  2. namespace refill\beixt;
  3. class config
  4. {
  5. const REQUEST_URL = 'http://8.129.76.127/APIHfKc/v2/';
  6. const API_USER_NAME= '2cf54e1fcd1944e102114c56cf9fe4ca';
  7. const API_CERT = '2f889d471d2e34a8219dce36e51621c8';
  8. const NOTIFY_URL = BASE_SITE_URL."/mobile/refill_beixt.php";
  9. const API_IP = NET_IP;
  10. }