Browse Source

huazhong add lt 30-200 938 yd 30 955

xiaoyu 3 years ago
parent
commit
b1a920e2df

+ 5 - 1
data/config/xyz/refill.ini.php

@@ -5166,19 +5166,23 @@ $huazhong_phone = ['name' => 'huazhong', 'store_id' => 204, 'qualitys' => '1',
 //            ['goods_id' => 7715, 'price' => 18.96, 'quality' => 1, 'card_type' => 'chinatelecom']
 //        ],
         30 => [
-//            ['goods_id' => 7716, 'price' => 28.65, 'quality' => 1, 'card_type' => 'chinamobile'],
+            ['goods_id' => 7716, 'price' => 28.65, 'quality' => 1, 'card_type' => 'chinamobile'],
+            ['goods_id' => 7716, 'price' => 28.14, 'quality' => 1, 'card_type' => 'chinaunicom'],
             ['goods_id' => 7716, 'price' => 28.44, 'quality' => 1, 'card_type' => 'chinatelecom']
         ],
         50 => [
             ['goods_id' => 7717, 'price' => 47.75, 'quality' => 1, 'card_type' => 'chinamobile'],
+            ['goods_id' => 7717, 'price' => 46.9, 'quality' => 1, 'card_type' => 'chinaunicom'],
             ['goods_id' => 7717, 'price' => 47.4, 'quality' => 1, 'card_type' => 'chinatelecom'],
         ],
         100 => [
             ['goods_id' => 7718, 'price' => 95.5, 'quality' => 1, 'card_type' => 'chinamobile'],
+            ['goods_id' => 7718, 'price' => 93.8, 'quality' => 1, 'card_type' => 'chinaunicom'],
             ['goods_id' => 7718, 'price' => 94.8, 'quality' => 1, 'card_type' => 'chinatelecom']
         ],
         200 => [
             ['goods_id' => 7719, 'price' => 191, 'quality' => 1, 'card_type' => 'chinamobile'],
+            ['goods_id' => 7719, 'price' => 187.6, 'quality' => 1, 'card_type' => 'chinaunicom'],
             ['goods_id' => 7719, 'price' => 189.6, 'quality' => 1, 'card_type' => 'chinatelecom']
         ],
 //        300 => [

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

@@ -26,10 +26,18 @@ class config
     const ProductIdS = [
         mtopcard\ChinaMobileCard =>
             [
+                30 => '101687',
                 50 => '101688',
                 100 => '101689',
                 200 => '101690',
             ],
+        mtopcard\ChinaUnicomCard =>
+            [
+                30 => '101705',
+                50 => '101706',
+                100 => '101707',
+                200 => '101708',
+            ],
         mtopcard\ChinaTelecomCard =>
             [
                 30 => '101723',

+ 10 - 1
helper/refill/api/xyz/huazhong/对接文档-yezi.txt

@@ -17,4 +17,13 @@ api接口文档地址:https://www.showdoc.com.cn/AQL666666/
  30面值   101723
  50面值   101724
 100面值   101725
-200面值   101726
+200面值   101726
+
+2022.3.15 增加移动30
+101687	全国移动话费30元直充
+
+2022.3.15 增加联通编码
+101705	全国联通话费30元直充
+101706	全国联通话费50元直充
+101707	全国联通话费100元直充
+101708	全国联通话费200元直充