Browse Source

灿彬分省 江苏电信配置

lowkeyman 3 weeks ago
parent
commit
0a4d343601
2 changed files with 12 additions and 0 deletions
  1. 5 0
      helper/refill/api/yl/canbin_fs/API.MD
  2. 7 0
      helper/refill/api/yl/canbin_fs/config.php

+ 5 - 0
helper/refill/api/yl/canbin_fs/API.MD

@@ -85,4 +85,9 @@
 云南电信200元    3530200
 云南电信100元    3530100
 云南电信50元    3530050
+
+江苏电信50-200  折扣95
+江苏电信200元    3320200
+江苏电信100元    3320100
+江苏电信50元    3320050
 ```

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

@@ -129,6 +129,12 @@ class config
                 100 => 3530100,
                 200 => 3530200,
             ],
+            //江苏
+            10 => [
+                50  => 3320050,
+                100 => 3320100,
+                200 => 3320200,
+            ],
         ]
     ];
 
@@ -153,5 +159,6 @@ class config
         "6-50-17" => 47.5, "6-100-17" => 95, "6-200-17" => 190, //湖北
         "6-50-20" => 47.5, "6-100-20" => 95, "6-200-20" => 190, //广西
         "6-50-25" => 47.5, "6-100-25" => 95, "6-200-25" => 190, //云南
+        "6-50-10" => 47.5, "6-100-10" => 95, "6-200-10" => 190, //江苏
     ];
 }