config.php 495 B

123456789101112131415161718
  1. <?php
  2. namespace refill\dianchong;
  3. class config
  4. {
  5. //955
  6. const ORDER_URL = 'http://115.28.209.199:8081/api/charge/v2';
  7. const QUERY_URL = 'http://115.28.209.199:8081/api/order/query';
  8. const BALANCE_URL = 'http://115.28.209.199:8081/api/order/balance';
  9. const PARTNER_NO = 'bjyezi';
  10. const KEY = '44faf8b608de4ffd874b6a9d1f27e942';
  11. const NOTIFY_URL = BASE_SITE_URL . "/mobile/callback/refill_dianchong.php";
  12. const ExtHeaders = ['Content-Type: application/json'];
  13. }