config.php 716 B

12345678910111213141516171819202122232425
  1. <?php
  2. namespace refill\weishengywt;
  3. use mtopcard;
  4. class config
  5. {
  6. const ORDER_URL = 'http://47.96.251.76:10186/plat/api/old/submitorder';
  7. const QUERY_URL= 'http://47.96.251.76:10186/plat/api/old/queryorder';
  8. const USER_ID= '200045';
  9. const KEY = '4d555d7d7c8a4d8ea5e3bc9506967690';
  10. const NOTIFY_URL = BASE_SITE_URL . "/racc/callback/lingzh/weishengywt.php";
  11. const operator = [
  12. mtopcard\ChinaMobileCard => 1,
  13. mtopcard\ChinaUnicomCard => 2,
  14. mtopcard\ChinaTelecomCard => 3
  15. ];
  16. const ExtHeaders = ['Content-Type:application/x-www-form-urlencoded;charset=utf-8'];
  17. const ERR_NO = [
  18. 1000,1001,1003,1004,2001,2002,2003,2020,2021,1006,2030,3003
  19. ];
  20. }