config.php 482 B

1234567891011121314
  1. <?php
  2. namespace refill\moxj_yd;
  3. class config
  4. {
  5. const ORDER_URL = 'http://47.107.49.200/api/recharge/order/add';
  6. const QUERY_URL = 'http://47.107.49.200/api/recharge/order/find';
  7. const BALANCE_URL = 'http://47.107.49.200/api/recharge/balance/get';
  8. const MCH_ID = '76505818';
  9. const KEY = 'e10f918a7a6649ba985f6460b09d1015';
  10. const NOTIFY_URL = BASE_SITE_URL . "/mobile/callback/refill_moxj_yd.php";
  11. const ExtHeaders = ['Content-Type: application/json'];
  12. }