config.php 778 B

12345678910111213141516171819202122232425
  1. <?php
  2. namespace refill\lechong_high;
  3. use mtopcard;
  4. class config
  5. {
  6. const ORDER_URL = 'http://121.196.177.34:1012/api/md5/submitorder';
  7. const QUERY_URL= 'http://121.196.177.34:1012/api/md5/queryorder';
  8. const BALANCE_URL= 'http://121.196.177.34:1012/api/md5/getbalance';
  9. const AgentCode= '202210131253';
  10. const KEY = 'A388AB4D691A474903084D7E0B9A5F57';
  11. const NOTIFY_URL = BASE_SITE_URL . "/mobile/callback/refill_lechong_high.php";
  12. const operator = [
  13. mtopcard\ChinaMobileCard => [
  14. 50 => 'HUAFEI_YIDONG_QUANGUO_50_DJ',
  15. 100 => 'HUAFEI_YIDONG_QUANGUO_100_DJ',
  16. 200 => 'HUAFEI_YIDONG_QUANGUO_200_DJ'
  17. ],
  18. ];
  19. const ExtHeaders = ['Content-Type:application/x-www-form-urlencoded;charset=utf-8'];
  20. }