config.php 304 B

1234567891011121314151617
  1. <?php
  2. namespace refill\rsanfang;
  3. use mtopcard;
  4. class config
  5. {
  6. const ORDER_URL = '';
  7. const QUERY_URL= '';
  8. const BALANCE_URL = '';
  9. const NOTIFY_URL = BASE_SITE_URL . "/mobile/callback/refill_rsanfang.php";
  10. const ExtHeaders = ['Content-Type:application/x-www-form-urlencoded;'];
  11. }