config.php 523 B

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