config.php 491 B

123456789101112131415
  1. <?php
  2. namespace refill\xuyou_hf;
  3. class config
  4. {
  5. # 旭友话费
  6. const ORDER_URL = 'http://123.56.68.57:1008/hqorder/api/submit';
  7. const QUERY_URL = 'http://123.56.68.57:1008/hqorder/api/query';
  8. const BALANCE_URL = 'http://123.56.68.57:1008/hqorder/api/balance';
  9. const MCH_ID = 1;
  10. const KEY = '52e4fd509410446a8259fd8a93de6c85';
  11. const NOTIFY_URL = BASE_SITE_URL . "/mobile/callback/refill_xuyou_hf.php";
  12. const ExtHeaders = ['Content-Type: application/json'];
  13. }