config.php 856 B

123456789101112131415161718192021222324252627282930
  1. <?php
  2. namespace refill\dingchi;
  3. use mtopcard;
  4. class config
  5. {
  6. //回调地址需配置
  7. const ORDER_URL = 'http://gw.hzdingchi.com/longan-supply-getway/unicomAync/buy.do';
  8. const QUERY_URL= 'http://gw.hzdingchi.com/longan-supply-getway/unicomAync/queryBizOrder.do';
  9. const BALANCE_URL = 'http://gw.hzdingchi.com/longan-supply-getway/unicomAync/queryBalance.do';
  10. const USER_ID= '671';
  11. const KEY = 'fefba9fad6f9cc3a640d52a91107fe82c0ee75ff5fd4b63e57dfe58c2f0a05c7';
  12. const NOTIFY_URL = BASE_SITE_URL . "/mobile/callback/refill_dingchi.php";
  13. const Products = [
  14. mtopcard\ChinaUnicomCard => [
  15. // 10 => 17491,
  16. // 20 => 17473,
  17. 30 => 17492,
  18. 50 => 14561,
  19. 100 => 14560,
  20. 200 => 17493,
  21. 300 => 14535,
  22. 500 => 17494
  23. ]
  24. ];
  25. }