Browse Source

hanwei_fs add 广西移动

xiaoyu 2 years ago
parent
commit
e6344f6b11

+ 7 - 0
helper/refill/api/xyz/hanwei_fs/api.txt

@@ -38,3 +38,10 @@ ID:200047
 河北移动50元	1130050
 河北移动100元	1130100
 河北移动200元	1130200
+
+2022.12.8
+广西移动编码
+1450030   广西移动30元
+1450050    广西移动50元
+1450100    广西移动100元
+1450200    广西移动200元

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

@@ -68,6 +68,13 @@ class config
                 100 => 1130100,
                 200 => 1130200,
             ],
+            //广西
+            20 => [
+                30  => 1450030,
+                50  => 1450050,
+                100 => 1450100,
+                200 => 1450200,
+            ],
         ],
         mtopcard\ChinaTelecomCard => [
 
@@ -83,6 +90,7 @@ class config
         "4-30-13" => 28.26, "4-50-13" => 47.1, "4-100-13" => 94.2, "4-200-13" => 188.4,//福建 13
         "4-30-10" => 28.65, "4-50-10" => 47.75, "4-100-10" => 95.5, "4-200-10" => 191,//江苏 10
         "4-50-3" => 47.5, "4-100-3" => 95, "4-200-3" => 190,//河北 3
+        "4-30-20" => 28.5, "4-50-20" => 47.5, "4-100-20" => 95, "4-200-20" => 190,//广西 20
 
         //电信
     ];

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

@@ -68,6 +68,13 @@ class config
                 100 => 1130100,
                 200 => 1130200,
             ],
+            //广西
+            20 => [
+                30  => 1450030,
+                50  => 1450050,
+                100 => 1450100,
+                200 => 1450200,
+            ],
         ],
         mtopcard\ChinaTelecomCard => [
 
@@ -83,6 +90,7 @@ class config
         "4-30-13" => 28.26, "4-50-13" => 47.1, "4-100-13" => 94.2, "4-200-13" => 188.4,//福建 13
         "4-30-10" => 28.65, "4-50-10" => 47.75, "4-100-10" => 95.5, "4-200-10" => 191,//江苏 10
         "4-50-3" => 47.5, "4-100-3" => 95, "4-200-3" => 190,//河北 3
+        "4-30-20" => 28.5, "4-50-20" => 47.5, "4-100-20" => 95, "4-200-20" => 190,//广西 20
 
         //电信
     ];