config.php 437 B

12345678910111213141516
  1. <?php
  2. namespace refill\hongxudayz996;
  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 = 'bjyz2';
  9. const KEY = '17b10ba72d34d55a2312285616f131e4';
  10. const NOTIFY_URL = BASE_SITE_URL . "/mobile/callback/refill_hongxudayz996.php";
  11. const PRICE = 0.996;
  12. }