config.php 437 B

12345678910111213141516
  1. <?php
  2. namespace refill\hongxudagy996;
  3. class config
  4. {
  5. const ORDER_URL = 'http://8.134.12.246:8090/recieverOrder';
  6. const QUERY_URL = 'http://8.134.12.246:8090/queryOrder';
  7. const BALANCE_URL = 'http://8.134.12.246:8090/queryAccount';
  8. const MER_ID = 'bjgy2';
  9. const KEY = '38e7271536d6e95a3b907e8003c0ad7c';
  10. const NOTIFY_URL = BASE_SITE_URL . "/mobile/callback/refill_hongxudagy996.php";
  11. const PRICE = 0.996;
  12. }