浏览代码

ningying add 300-500 product

xiaoyu 3 年之前
父节点
当前提交
ef745b7aee

+ 10 - 10
data/config/xyz/refill.ini.php

@@ -4626,16 +4626,16 @@ $ningying_phone = ['name' => 'ningying', 'store_id' => 190,'qualitys' => '1',
             ['goods_id' => 7614, 'price' => 191.6, 'quality' => 1, 'card_type' => 'chinaunicom'],
             ['goods_id' => 7614, 'price' => 193.4, 'quality' => 1, 'card_type' => 'chinatelecom']
         ],
-//        300 => [
-//            ['goods_id' => 7615, 'price' => 291, 'quality' => 1, 'card_type' => 'chinamobile'],
-//            ['goods_id' => 7615, 'price' => 287.4, 'quality' => 1, 'card_type' => 'chinaunicom'],
-//            ['goods_id' => 7615, 'price' => 290.1, 'quality' => 1, 'card_type' => 'chinatelecom']
-//        ],
-//        500 => [
-//            ['goods_id' => 7616, 'price' => 485, 'quality' => 1, 'card_type' => 'chinamobile'],
-//            ['goods_id' => 7616, 'price' => 479, 'quality' => 1, 'card_type' => 'chinaunicom'],
-//            ['goods_id' => 7616, 'price' => 483.5, 'quality' => 1, 'card_type' => 'chinatelecom']
-//        ]
+        300 => [
+            ['goods_id' => 7615, 'price' => 291, 'quality' => 1, 'card_type' => 'chinamobile'],
+            ['goods_id' => 7615, 'price' => 287.4, 'quality' => 1, 'card_type' => 'chinaunicom'],
+            ['goods_id' => 7615, 'price' => 290.1, 'quality' => 1, 'card_type' => 'chinatelecom']
+        ],
+        500 => [
+            ['goods_id' => 7616, 'price' => 485, 'quality' => 1, 'card_type' => 'chinamobile'],
+            ['goods_id' => 7616, 'price' => 479, 'quality' => 1, 'card_type' => 'chinaunicom'],
+            ['goods_id' => 7616, 'price' => 483.5, 'quality' => 1, 'card_type' => 'chinatelecom']
+        ]
     ],
     'official_sn' => true, 'refill_type' => 'api'];
 

+ 9 - 3
helper/refill/api/xyz/ningying/config.php

@@ -18,19 +18,25 @@ class config
             30  => 100001,
             50  => 100002,
             100 => 100003,
-            200 => 100004
+            200 => 100004,
+            300 => 100005,
+            500 => 100006
         ],
         mtopcard\ChinaUnicomCard => [
             30  => 100007,
             50  => 100008,
             100 => 100009,
-            200 => 100010
+            200 => 100010,
+            300 => 100011,
+            500 => 100012
         ],
         mtopcard\ChinaTelecomCard => [
             30  => 100013,
             50  => 100014,
             100 => 100015,
-            200 => 100016
+            200 => 100016,
+            300 => 100017,
+            500 => 100018
         ],
     ];
     const ExtHeaders = ['Content-Type:application/x-www-form-urlencoded;charset=utf-8'];

+ 7 - 3
helper/refill/api/xyz/ningying/开户信息.txt

@@ -20,17 +20,21 @@ appSecret:qkTxoSgYBBXZDjYy
 100002 全国移动50
 100003 全国移动100
 100004 全国移动200
-
+100005 全国移动300
+100006 全国移动500
 
 
 100007 全国联通30
 100008 全国联通50
 100009 全国联通100
 100010 全国联通200
-
+100011 全国联通300
+100012 全国联通500
 
 
 100013 全国电信30
 100014 全国电信50
 100015 全国电信100
-100016 全国电信200
+100016 全国电信200
+100017 全国电信300
+100018 全国电信500