config.php 528 B

12345678910111213141516171819
  1. <?php
  2. namespace refill\xianzhibb;
  3. class config
  4. {
  5. const ORDER_URL = 'http://125.77.166.131:7100/home/recharge';
  6. const QUERY_URL = 'http://125.77.166.131:7100/home/query';
  7. const BALANCE_URL = 'http://125.77.166.131:7100/home/getbalance';
  8. const MER_ID = '5167';
  9. const KEY = 'abb2734aa4f962185a422e449b777ccf';
  10. const NOTIFY_URL = BASE_SITE_URL . "/mobile/callback/refill_xianzhibb.php";
  11. const ERR_NOS = [
  12. '001','002','003','004','005','006','007','008','009','010','012','013','015'
  13. ];
  14. }