瀏覽代碼

椰子:东野全国 调整产品编码

lowkeyman 1 年之前
父節點
當前提交
d75e904ba8
共有 2 個文件被更改,包括 15 次插入5 次删除
  1. 11 1
      helper/refill/api/xyz/dongye/api.txt
  2. 4 4
      helper/refill/api/xyz/dongye/config.php

+ 11 - 1
helper/refill/api/xyz/dongye/api.txt

@@ -5,4 +5,14 @@
 下单地址 :http://8.134.53.93:9086/onlinepay.do
 查单地址 :http://8.134.53.93:9086/searchpay.do
 查询余额地址 :http://8.134.53.93:9086/searchbalance.do
-后台地址:http://8.134.53.93:7080
+后台地址:http://8.134.53.93:7080
+
+
+=======2024.3.22修改编码===============
+30000005891	全国移动计费50元
+30000005892	全国移动计费100元
+30000005893	全国移动计费200元
+
+30000006191	全国电信计费50元
+30000006174	全国电信计费100元
+30000006175	全国电信计费200元

+ 4 - 4
helper/refill/api/xyz/dongye/config.php

@@ -30,8 +30,8 @@ class config
 //        ],
     //移动拼多多资源
         mtopcard\ChinaMobileCard => [
-            10 => '30000001056', 20 => '30000001057', 30 => '30000001058', 50 => '30000005601',
-            100 => '30000001060', 200 => '30000001061', 300 => '30000001062', 500 => '30000001063'
+            10 => '30000001056', 20 => '30000001057', 30 => '30000001058', 50 => '30000005891',
+            100 => '30000005892', 200 => '30000005893', 300 => '30000001062', 500 => '30000001063'
         ],
         //沃支付
         mtopcard\ChinaUnicomCard => [
@@ -44,8 +44,8 @@ class config
         mtopcard\ChinaTelecomCard => [
             1 => '30000005430', 2 => '30000005431', 3 => '30000005432', 4 => '30000005433',
             5 => '30000005435', 6 => '30000005436', 7 => '30000005437', 8 => '30000005438', 9 => '30000005439',
-            10 => '30000001080', 20 => '30000001081', 30 => '30000001082',
-            100 => '30000005791', 200 => '30000005792', 300 => '30000005793', 500 => '30000005794'
+            10 => '30000001080', 20 => '30000001081', 30 => '30000001082', 50 => '30000006191',
+            100 => '30000006174', 200 => '30000006175', 300 => '30000005793', 500 => '30000005794'
         ],
     ];
 }