config.php 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. <?php
  2. namespace refill\dongyefs;
  3. use mtopcard;
  4. class config
  5. {
  6. const ORDER_URL = 'http://8.134.53.93:9086/onlinepay.do';
  7. const QUERY_URL= 'http://8.134.53.93:9086/searchpay.do';
  8. const BALANCE_URL = 'http://8.134.53.93:9086/searchbalance.do';
  9. const USER_ID= '10004066';
  10. const KEY = '2JZRBQWJRpQBGkQGha8cy8P6jHtfeSj7';
  11. const NOTIFY_URL = BASE_SITE_URL . "/mobile/callback/refill_dongyefs.php";
  12. const operator = [
  13. mtopcard\ChinaMobileCard => 'yd',
  14. mtopcard\ChinaUnicomCard => 'lt',
  15. mtopcard\ChinaTelecomCard => 'dx'
  16. ];
  17. const ERR_NOS = [
  18. '5001','5002','5003','5004','5005','5008','5009','5010','5011','5012'
  19. ];
  20. const ExtHeaders = ['Content-Type:application/x-www-form-urlencoded;'];
  21. public static function trim_prefix($official_sn){
  22. $prefix = 'ydkc';
  23. $length = strlen($prefix);
  24. if ((substr($official_sn, 0, $length) === $prefix)) {
  25. $official_sn = substr($official_sn, $length);
  26. }
  27. return $official_sn;
  28. }
  29. const product_id = [
  30. mtopcard\ChinaMobileCard => [
  31. 6 => [
  32. 10 => '30000005109', 20 => '30000005110', 30 => '30000005111', 50 => '30000005112',
  33. 100 => '30000005113', 200 => '30000005114', 300 => '30000005115', 500 => '30000005116'
  34. ],//辽宁
  35. 7 => [
  36. 30 => '30000005408', 50 => '30000005409',
  37. 100 => '30000005410', 200 => '30000005411', 300 => '30000005412', 500 => '30000005413'
  38. ],//吉林
  39. 9 => [
  40. 10 => '30000005318', 20 => '30000005319', 30 => '30000005320', 50 => '30000005321',
  41. 100 => '30000005322', 200 => '30000005323', 300 => '30000005324', 500 => '30000005325'
  42. ],//上海
  43. 13 => [
  44. 10 => '30000005710', 20 => '30000005711', 30 => '30000005712', 50 => '30000005713',
  45. 100 => '30000005714', 200 => '30000005715', 300 => '30000005716', 500 => '30000005717'
  46. ],//福建
  47. 19 => [
  48. 10 => '30000005117', 20 => '30000005118', 30 => '30000005119', 50 => '30000005120',
  49. 100 => '30000005121', 200 => '30000005122', 300 => '30000005123', 500 => '30000005124'
  50. ],//广东
  51. 29 => [
  52. 10 => '30000005326', 20 => '30000005327', 30 => '30000005328', 50 => '30000005329',
  53. 100 => '30000005330', 200 => '30000005331', 300 => '30000005332', 500 => '30000005333'
  54. ],//青海
  55. 8 => [
  56. 10 => '30000005630', 20 => '30000005631', 30 => '30000005632', 50 => '30000005638',
  57. 100 => '30000005634', 200 => '30000005635', 300 => '30000005636', 500 => '30000005637'
  58. ],//黑龙江
  59. 5 => [
  60. 50 => '30000005613',
  61. 100 => '30000005614', 200 => '30000005615', 300 => '30000005616', 500 => '30000005617'
  62. ],//内蒙古
  63. 14 => [
  64. 10 => '30000006155', 20 => '30000006156', 30 => '30000006158', 50 => '30000006159',
  65. 100 => '30000006160', 200 => '30000006161', 300 => '30000006162', 500 => '30000006163'
  66. ],//江西
  67. ],
  68. mtopcard\ChinaUnicomCard => [
  69. 23 => [
  70. 10 => '30000006490', 20 => '30000006491', 30 => '30000006492', 50 => '30000006493',
  71. 100 => '30000006494', 200 => '30000006510', 300 => '30000006511', 500 => '30000006512'
  72. ],//四川
  73. 14 => [
  74. 10 => '30000006211', 20 => '30000006212', 30 => '30000006213', 50 => '30000006214',
  75. ],//江西
  76. ],
  77. mtopcard\ChinaTelecomCard => [
  78. 12 => [
  79. 10 => '30000005747', 20 => '30000005748', 30 => '30000005749', 50 => '30000005750',
  80. 100 => '30000005751', 200 => '30000005752', 300 => '30000005753', 500 => '30000005754'
  81. ],//安徽
  82. 16 => [
  83. 10 => '30000005763', 20 => '30000005764', 30 => '30000005765', 50 => '30000005766',
  84. 100 => '30000005767', 200 => '30000005768', 300 => '30000005769', 500 => '30000005770'
  85. ],//河南
  86. 18 => [
  87. 10 => '30000005755', 20 => '30000005756', 30 => '30000005757', 50 => '30000005758',
  88. 100 => '30000005759', 200 => '30000005760', 300 => '30000005761', 500 => '30000005762'
  89. ],//湖南
  90. 14 => [
  91. 10 => '30000006215', 20 => '30000006216', 30 => '30000006217', 50 => '30000006218',
  92. 100 => '30000006230', 200 => '30000006231', 300 => '30000006232', 500 => '30000006233'
  93. ],//江西
  94. ]
  95. ];
  96. //key格式 卡类型-面值-regin_no
  97. const Price = [
  98. //移动
  99. "4-10-6" => 9.89, "4-20-6" => 19.78, "4-30-6" => 29.67, "4-50-6" => 49.45, "4-100-6" => 98.9, "4-200-6" => 197.8, "4-300-6" => 296.7, "4-500-6" => 494.5,//辽宁 6
  100. "4-30-7" => 29.73, "4-50-7" => 49.55, "4-100-7" => 99.1, "4-200-7" => 198.2, "4-300-7" => 297.3, "4-500-7" => 495.5,//吉林 7
  101. "4-10-9" => 9.91, "4-20-9" => 19.82, "4-30-9" => 29.73, "4-50-9" => 49.55, "4-100-9" => 99.1, "4-200-9" => 198.2, "4-300-9" => 297.3, "4-500-9" => 495.5,//上海 9
  102. "4-10-13" => 9.89, "4-20-13" => 19.78, "4-30-13" => 29.67, "4-50-13" => 49.45, "4-100-13" => 98.9, "4-200-13" => 197.8, "4-300-13" => 296.7, "4-500-13" => 494.5,//福建 13
  103. "4-30-19" => 30, "4-50-19" => 50, "4-100-19" => 100, "4-200-19" => 200, "4-300-19" => 300, "4-500-19" => 500,//广东 19
  104. "4-10-29" => 9.82, "4-20-29" => 19.64, "4-30-29" => 29.46, "4-50-29" => 49.1, "4-100-29" => 98.2, "4-200-29" => 196.4, "4-300-29" => 294.6, "4-500-29" => 491,//青海 29
  105. "4-10-8" => 10.04, "4-20-8" => 20.08, "4-30-8" => 30.12, "4-50-8" => 50.2, "4-100-8" => 100.4, "4-200-8" => 200.8,//黑龙江 8
  106. "4-50-5" => 50.1, "4-100-5" => 100.2, "4-200-5" => 200.4, "4-300-5" => 300.6, "4-500-5" => 501,//内蒙古 5
  107. "4-10-14" => 10.04, "4-20-14" => 20.08, "4-30-14" => 30.12, "4-50-14" => 50.2, "4-100-14" => 100.3, "4-200-14" => 200.6, "4-300-14" => 300.9, "4-500-14" => 501.5,//江西 14
  108. //联通
  109. "5-10-23" => 9.9, "5-20-23" => 19.8, "5-30-23" => 29.7, "5-50-23" => 49.5, "5-100-23" => 99, "5-200-23" => 198, "5-300-23" => 297, "5-500-23" => 495,//四川 23
  110. "5-10-14" => 10.04, "5-20-14" => 20.08, "5-30-14" => 30.12, "5-50-14" => 50.2,//江西 14
  111. //电信
  112. "6-10-12" => 10.065, "6-20-12" => 20.13, "6-30-12" => 30.195, "6-50-12" => 50.225, "6-100-12" => 100.45, "6-200-12" => 200.9, "6-300-12" => 301.35, "6-500-12" => 502.25,//安徽 12
  113. "6-10-16" => 10.065, "6-20-16" => 20.13, "6-30-16" => 30.195, "6-50-16" => 50.225, "6-100-16" => 100.45, "6-200-16" => 200.9, "6-300-16" => 301.35, "6-500-16" => 502.25,//河南 16
  114. "6-10-18" => 10.065, "6-20-18" => 20.13, "6-30-18" => 30.195, "6-50-18" => 50.225, "6-100-18" => 100.45, "6-200-18" => 200.9, "6-300-18" => 301.35, "6-500-18" => 502.25,//湖南 18
  115. "6-10-14" => 10.04, "6-20-14" => 20.08, "6-30-14" => 30.12, "6-50-14" => 50.2, "6-100-14" => 100.3, "6-200-14" => 200.6, "6-300-14" => 300.9, "6-500-14" => 501.5,//江西 14
  116. ];
  117. }