浏览代码

youhe_Fs add yd 贵州江苏福建

xiaoyu 2 年之前
父节点
当前提交
ee4a652757

+ 18 - 0
helper/refill/api/xyz/youhe_fs/api.txt

@@ -28,3 +28,21 @@
 云南电信50元     3530050
 云南电信100元    3530100
 云南电信200元    3530200
+
+2022.11.22
+产品编码如下:
+
+贵州移动30元 1520030
+贵州移动50元 1520050
+贵州移动100元 1520100
+贵州移动200元 1520200
+
+福建移动30元 1350030
+福建移动50元 1350050
+福建移动100元 1350100
+福建移动200元 1350200
+
+江苏移动30元 1320030
+江苏移动50元 1320050
+江苏移动100元 1320100
+江苏移动200元 1320200

+ 24 - 1
helper/refill/api/xyz/youhe_fs/config.php

@@ -28,7 +28,27 @@ class config
 
     const Product = [
         mtopcard\ChinaMobileCard => [
-
+            //江苏
+            10 => [
+                30  => 1320030,
+                50  => 1320050,
+                100 => 1320100,
+                200 => 1320200,
+            ],
+            //福建
+            13 => [
+                30  => 1350030,
+                50  => 1350050,
+                100 => 1350100,
+                200 => 1350200,
+            ],
+            //贵州
+            24 => [
+                30  => 1520030,
+                50  => 1520050,
+                100 => 1520100,
+                200 => 1520200,
+            ],
         ],
         mtopcard\ChinaTelecomCard => [
             //山东
@@ -58,6 +78,9 @@ class config
     //key格式 卡类型-面值-regin_no
     const Price = [
         //移动
+        "4-30-10" => 28.05, "4-50-10" => 46.75, "4-100-10" => 93.5, "4-200-10" => 187,//江苏 10
+        "4-30-24" => 28.05, "4-50-24" => 46.75, "4-100-24" => 93.5, "4-200-24" => 187,//贵州 24
+        "4-30-13" => 28.05, "4-50-13" => 46.75, "4-100-13" => 93.5, "4-200-13" => 187,//福建 13
 
         //电信
         "6-30-15" => 28.05, "6-50-15" => 46.75, "6-100-15" => 93.5, "6-200-15" => 187,//山东 15

+ 24 - 1
helper/refill/api/yl/youhe_fs/config.php

@@ -28,7 +28,27 @@ class config
 
     const Product = [
         mtopcard\ChinaMobileCard => [
-
+            //江苏
+            10 => [
+                30  => 1320030,
+                50  => 1320050,
+                100 => 1320100,
+                200 => 1320200,
+            ],
+            //福建
+            13 => [
+                30  => 1350030,
+                50  => 1350050,
+                100 => 1350100,
+                200 => 1350200,
+            ],
+            //贵州
+            24 => [
+                30  => 1520030,
+                50  => 1520050,
+                100 => 1520100,
+                200 => 1520200,
+            ],
         ],
         mtopcard\ChinaTelecomCard => [
             //山东
@@ -58,6 +78,9 @@ class config
     //key格式 卡类型-面值-regin_no
     const Price = [
         //移动
+        "4-30-10" => 28.05, "4-50-10" => 46.75, "4-100-10" => 93.5, "4-200-10" => 187,//江苏 10
+        "4-30-24" => 28.05, "4-50-24" => 46.75, "4-100-24" => 93.5, "4-200-24" => 187,//贵州 24
+        "4-30-13" => 28.05, "4-50-13" => 46.75, "4-100-13" => 93.5, "4-200-13" => 187,//福建 13
 
         //电信
         "6-30-15" => 28.05, "6-50-15" => 46.75, "6-100-15" => 93.5, "6-200-15" => 187,//山东 15