config.php 512 B

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