config.php 607 B

12345678910111213141516
  1. <?php
  2. namespace refill\yingdian_hf;
  3. class config
  4. {
  5. //https://www.showdoc.com.cn/1946422946762386/8847941177523161
  6. const ORDER_URL = 'https://yd.khuo.net/api/merchant/recharge/phone';
  7. const QUERY_URL = 'https://yd.khuo.net/api/merchant/recharge/queryOrder';
  8. const BALANCE_URL = 'https://yd.khuo.net/api/merchant/recharge/queryBalance';
  9. const MCH_ID = '10025';
  10. const KEY = '4bebe17dcbde4889957cb0752f09f77a';
  11. const NOTIFY_URL = BASE_SITE_URL . "/mobile/callback/refill_yingdian_hf.php";
  12. const ExtHeaders = ['Content-Type:application/x-www-form-urlencoded;charset=utf-8'];
  13. }