Browse Source

yuanta yd add 50-200 product 94.5

xiaoyu 3 years ago
parent
commit
120d3dd29d

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

@@ -2801,18 +2801,18 @@ $yuanta_phone = ['name' => 'yuanta', 'store_id' => 128, 'qualitys' => '5',
 //            ['goods_id' => 7118, 'price' => 27.45, 'quality' => 5, 'card_type' => 'chinaunicom'],
 //            ['goods_id' => 7118, 'price' => 28.68, 'quality' => 5, 'card_type' => 'chinatelecom']
 //        ],
-//        50 => [
-//            ['goods_id' => 7119, 'price' => 45.9, 'quality' => 5, 'card_type' => 'chinamobile'],
+        50 => [
+            ['goods_id' => 7119, 'price' => 47.25, 'quality' => 5, 'card_type' => 'chinamobile'],
 //            ['goods_id' => 7119, 'price' => 45.75, 'quality' => 5, 'card_type' => 'chinaunicom'],
 //            ['goods_id' => 7119, 'price' => 47.8, 'quality' => 5, 'card_type' => 'chinatelecom']
-//        ],
+        ],
         100 => [
-//            ['goods_id' => 7120, 'price' => 91.8, 'quality' => 5, 'card_type' => 'chinamobile'],
+            ['goods_id' => 7120, 'price' => 94.5, 'quality' => 5, 'card_type' => 'chinamobile'],
             ['goods_id' => 7120, 'price' => 90, 'quality' => 5, 'card_type' => 'chinaunicom'],
             ['goods_id' => 7120, 'price' => 91.5, 'quality' => 5, 'card_type' => 'chinatelecom']
         ],
         200 => [
-//            ['goods_id' => 7121, 'price' => 183.6, 'quality' => 5, 'card_type' => 'chinamobile'],
+            ['goods_id' => 7121, 'price' => 189, 'quality' => 5, 'card_type' => 'chinamobile'],
             ['goods_id' => 7121, 'price' => 180, 'quality' => 5, 'card_type' => 'chinaunicom'],
             ['goods_id' => 7121, 'price' => 183, 'quality' => 5, 'card_type' => 'chinatelecom']
         ]

+ 6 - 1
helper/refill/api/xyz/yuanta/api.txt

@@ -14,4 +14,9 @@ appSecret:qXRRTTqrtAwwwtXp
 
 2022.3.14 增加电信商品编码
 100 面值    商品编码  100046
-200                 100047
+200                 100047
+
+2022.3.18增加移动商品编码
+50  100033
+100 100034
+200 100035

+ 3 - 0
helper/refill/api/xyz/yuanta/config.php

@@ -15,6 +15,9 @@ class config
     const NOTIFY_URL = BASE_SITE_URL . "/mobile/callback/refill_yuanta.php";
     const PRODUCT = [
         mtopcard\ChinaMobileCard => [
+            50  => 100033,
+            100 => 100034,
+            200 => 100035
         ],
         mtopcard\ChinaUnicomCard => [
             100 => 100040,