config.php 492 B

1234567891011121314151617
  1. <?php
  2. namespace refill\weiyi;
  3. class config
  4. {
  5. const ORDER_URL = 'http://47.118.78.137:6066/fee/api/charge.do';
  6. const QUERY_URL = 'http://47.118.78.137:6066/fee/api/query_state.do';
  7. const USER_ID = '1f68bb3452134a6cbaa4';
  8. const KEY = '8919a04a43b447ffae78';
  9. const NOTIFY_URL = BASE_SITE_URL . "/mobile/callback/refill_weiyi.php";
  10. // const NOTIFY_URL = "https://www.xyzshops.cn/mobile/callback/testcb.php";
  11. const ExtHeaders = ['Content-Type: application/json'];
  12. }