lowkeyman 1 month ago
parent
commit
57b7259eb7

+ 3 - 3
helper/refill/api/yl/fengsheng/config.php

@@ -32,13 +32,13 @@ class config
             200 => 1000077,
         ],
         mtopcard\ChinaUnicomCard => [
-
-        ],
-        mtopcard\ChinaTelecomCard => [
             50  => 1000102,
             100 => 1000103,
             200 => 1000104,
         ],
+        mtopcard\ChinaTelecomCard => [
+
+        ],
     ];
 
     public static function sign(array $params, array $ignore = []): string

+ 3 - 3
helper/refill/api/yl/ruishang/config.php

@@ -32,13 +32,13 @@ class config
             200 => 1000071,
         ],
         mtopcard\ChinaUnicomCard => [
-
-        ],
-        mtopcard\ChinaTelecomCard => [
             50  => 1000072,
             100 => 1000073,
             200 => 1000074,
         ],
+        mtopcard\ChinaTelecomCard => [
+
+        ],
     ];
 
     public static function sign(array $params, array $ignore = []): string