config.php 432 B

12345678910111213141516
  1. <?php
  2. namespace refill\hongxudagy;
  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 = 'bjgyfl';
  9. const KEY = '2b0c17cb64106110f53152fc5bf67896';
  10. const NOTIFY_URL = BASE_SITE_URL . "/mobile/callback/refill_hongxudagy.php";
  11. const PRICE = 0.992;
  12. }