config.php 506 B

1234567891011121314
  1. <?php
  2. namespace refill\xiaoniu_hf;
  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 = 'xn211018049';
  9. const Key = 'db8b1fefa9b24317acb1972789616e10';
  10. const NOTIFY_URL = BASE_SITE_URL . "/mobile/callback/refill_xiaoniu_hf.php";
  11. const ExtHeaders = ['Content-Type:application/x-www-form-urlencoded;charset=utf-8'];
  12. }