config.php 464 B

1234567891011121314
  1. <?php
  2. namespace refill\xiaoniu;
  3. class config
  4. {
  5. //98
  6. const ORDER_URL = 'http://120.78.222.188:8801/api/order/recharge';
  7. const QUERY_URL = 'http://120.78.222.188:8801/api/order/query';
  8. const MCH_ID = 'xn210709006';
  9. const Key = '6bfdcb765af3434b886e48fa609c6ec4';
  10. const NOTIFY_URL = BASE_SITE_URL . "/mobile/callback/refill_xiaoniu.php";
  11. const ExtHeaders = ['Content-Type:application/x-www-form-urlencoded;charset=utf-8'];
  12. }