Selaa lähdekoodia

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

lowkeyman 3 kuukautta sitten
vanhempi
commit
a234d84059
2 muutettua tiedostoa jossa 30 lisäystä ja 13 poistoa
  1. 17 1
      helper/refill/api/xyz/dongye/api.txt
  2. 13 12
      helper/refill/api/xyz/dongye/config.php

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

@@ -15,4 +15,20 @@
 
 30000006191	全国电信计费50元
 30000006174	全国电信计费100元
-30000006175	全国电信计费200元
+30000006175	全国电信计费200元
+
+=======2025.1.14修改编码===============
+30000001060 全国移动手支100元
+30000001061 全国移动手支200元
+30000001062 全国移动手支300元
+30000001063 全国移动手支500元
+
+30000001075 全国联通沃支付50元
+30000001076 全国联通沃支付100元
+30000001077 全国联通沃支付200元
+30000001078 全国联通沃支付300元
+
+30000001084 全国电信电渠100元
+30000001085 全国电信电渠200元
+30000001086 全国电信电渠300元
+30000001087 全国电信电渠500元

+ 13 - 12
helper/refill/api/xyz/dongye/config.php

@@ -23,29 +23,30 @@ class config
     ];
     const ExtHeaders = ['Content-Type:application/x-www-form-urlencoded;'];
     const product_id = [
-//        mtopcard\ChinaMobileCard => [
+        mtopcard\ChinaMobileCard => [
 //            5 => '30000005458', 6 => '30000005459', 7 => '30000005460', 8 => '30000005461', 9 => '30000005462',
 //            10 => '30000001056', 20 => '30000001057', 30 => '30000001058',
-//            100 => '30000001060', 200 => '30000001061', 300 => '30000001062', 500 => '30000001063'
-//        ],
-    //移动拼多多资源
-        mtopcard\ChinaMobileCard => [
-            10 => '30000001056', 20 => '30000001057', 30 => '30000001058', 50 => '30000005891',
-            100 => '30000005892', 200 => '30000005893', 300 => '30000001062', 500 => '30000001063'
+            100 => '30000001060', 200 => '30000001061', 300 => '30000001062', 500 => '30000001063'
         ],
+    //移动拼多多资源
+//        mtopcard\ChinaMobileCard => [
+//            10 => '30000001056', 20 => '30000001057', 30 => '30000001058', 50 => '30000005891',
+//            100 => '30000005892', 200 => '30000005893', 300 => '30000001062', 500 => '30000001063'
+//        ],
         //沃支付
         mtopcard\ChinaUnicomCard => [
-            30 => '30000001074', 50 => '30000001075', 100 => '30000001076', 200 => '30000001077', 300 => '30000001078'
+//            30 => '30000001074',
+            50 => '30000001075', 100 => '30000001076', 200 => '30000001077', 300 => '30000001078'
         ],
         //掌厅
 //        mtopcard\ChinaUnicomCard => [
 //            50 => '30000005533', 100 => '30000005534', 200 => '30000005535', 300 => '30000005536', 500 => '30000005537'
 //        ],
         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', 50 => '30000006191',
-            100 => '30000006174', 200 => '30000006175', 300 => '30000005793', 500 => '30000005794'
+//            1 => '30000005430', 2 => '30000005431', 3 => '30000005432', 4 => '30000005433',
+//            5 => '30000005435', 6 => '30000005436', 7 => '30000005437', 8 => '30000005438', 9 => '30000005439',
+//            10 => '30000001080', 20 => '30000001081', 30 => '30000001082', 50 => '30000006191',
+            100 => '30000001084', 200 => '30000001085', 300 => '30000001086', 500 => '30000001087'
         ],
     ];
 }