Browse Source

yangchi_fs add 浙江移动

xiaoyu 2 years ago
parent
commit
bd52999d15

+ 7 - 1
helper/refill/api/xyz/yangchi_fs/api.txt

@@ -80,4 +80,10 @@ ID:200036
 商品编码
 河南移动50元 1410050
 河南移动100元 1410100
-河南移动200元 1410200
+河南移动200元 1410200
+
+2022.12.2
+浙江移动30元 1330030
+浙江移动50元 1330050
+浙江移动100元 1330100
+浙江移动200元 1330200

+ 8 - 0
helper/refill/api/xyz/yangchi_fs/config.php

@@ -74,6 +74,13 @@ class config
                 100 => 1410100,
                 200 => 1410200,
             ],
+            //浙江
+            11 => [
+                30  => 1330030,
+                50  => 1330050,
+                100 => 1330100,
+                200 => 1330200,
+            ],
         ],
         mtopcard\ChinaTelecomCard => [
             //天津
@@ -131,6 +138,7 @@ class config
         "4-50-19" => 47.35, "4-100-19" => 94.7, "4-200-19" => 189.4,//广东 19
         "4-30-25" => 28.26, "4-50-25" => 47.1, "4-100-25" => 94.2, "4-200-25" => 188.4,//云南 25
         "4-50-16" => 47.25, "4-100-16" => 94.5, "4-200-16" => 189,//河南 16
+        "4-30-11" => 28.65, "4-50-11" => 47.75, "4-100-11" => 95.5, "4-200-11" => 191,//浙江 11
 
         //电信
         "6-30-2" => 28.05, "6-50-2" => 46.75, "6-100-2" => 93.5, "6-200-2" => 187,//天津 2

+ 8 - 0
helper/refill/api/yl/yangchi_fs/config.php

@@ -74,6 +74,13 @@ class config
                 100 => 1410100,
                 200 => 1410200,
             ],
+            //浙江
+            11 => [
+                30  => 1330030,
+                50  => 1330050,
+                100 => 1330100,
+                200 => 1330200,
+            ],
         ],
         mtopcard\ChinaTelecomCard => [
             //天津
@@ -131,6 +138,7 @@ class config
         "4-50-19" => 47.35, "4-100-19" => 94.7, "4-200-19" => 189.4,//广东 19
         "4-30-25" => 28.26, "4-50-25" => 47.1, "4-100-25" => 94.2, "4-200-25" => 188.4,//云南 25
         "4-50-16" => 47.25, "4-100-16" => 94.5, "4-200-16" => 189,//河南 16
+        "4-30-11" => 28.65, "4-50-11" => 47.75, "4-100-11" => 95.5, "4-200-11" => 191,//浙江 11
 
         //电信
         "6-30-2" => 28.05, "6-50-2" => 46.75, "6-100-2" => 93.5, "6-200-2" => 187,//天津 2