config.php 407 B

12345678910111213141516
  1. <?php
  2. namespace refill\hongxudayz;
  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 MER_ID= 'yzhfcz';
  8. const KEY = '05375eae5804db4515e1bd0ff0adfe10';
  9. const NOTIFY_URL = BASE_SITE_URL . "/mobile/callback/refill_hongxudayz.php";
  10. const PRICE = 0.992;
  11. const ExtHeaders = ['charset=utf-8'];
  12. }