Browse Source

yangchi_fs add 河北移动

xiaoyu 2 years ago
parent
commit
125827d44d

+ 5 - 0
helper/refill/api/xyz/yangchi_fs/api.txt

@@ -87,3 +87,8 @@ ID:200036
 浙江移动50元 1330050
 浙江移动100元 1330100
 浙江移动200元 1330200
+
+2022.12.7
+河北移动50元  1130050
+河北移动100元 1130100
+河北移动200元 1130200

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

@@ -81,6 +81,12 @@ class config
                 100 => 1330100,
                 200 => 1330200,
             ],
+            //河北
+            3 => [
+                50  => 1130050,
+                100 => 1130100,
+                200 => 1130200,
+            ],
         ],
         mtopcard\ChinaTelecomCard => [
             //天津
@@ -139,6 +145,7 @@ class config
         "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
+        "4-50-3" => 47, "4-100-3" => 94, "4-200-3" => 188,//河北 3
 
         //电信
         "6-30-2" => 28.05, "6-50-2" => 46.75, "6-100-2" => 93.5, "6-200-2" => 187,//天津 2

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

@@ -81,6 +81,12 @@ class config
                 100 => 1330100,
                 200 => 1330200,
             ],
+            //河北
+            3 => [
+                50  => 1130050,
+                100 => 1130100,
+                200 => 1130200,
+            ],
         ],
         mtopcard\ChinaTelecomCard => [
             //天津
@@ -139,6 +145,7 @@ class config
         "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
+        "4-50-3" => 47, "4-100-3" => 94, "4-200-3" => 188,//河北 3
 
         //电信
         "6-30-2" => 28.05, "6-50-2" => 46.75, "6-100-2" => 93.5, "6-200-2" => 187,//天津 2