config.php 324 B

123456789101112
  1. <?php
  2. namespace refill\afd;
  3. class config
  4. {
  5. const ORDER_URL = 'http://117.24.13.19:7100/home/recharge';
  6. const QUERY_URL = 'http://117.24.13.19:7100/home/query';
  7. const MER_ID = '7012';
  8. const KEY = 'bfbe95e2030191aa3ac89a5ae3848241';
  9. const NOTIFY_URL = BASE_SITE_URL . "/mobile/callback/refill_afd.php";
  10. }