浏览代码

add yuanta lt dx 50 product

xiaoyu 3 年之前
父节点
当前提交
6fa37c80b3
共有 3 个文件被更改,包括 9 次插入3 次删除
  1. 2 2
      data/config/xyz/refill.ini.php
  2. 5 1
      helper/refill/api/xyz/yuanta/api.txt
  3. 2 0
      helper/refill/api/xyz/yuanta/config.php

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

@@ -2807,8 +2807,8 @@ $yuanta_phone = ['name' => 'yuanta', 'store_id' => 128, 'qualitys' => '5',
 //        ],
         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']
+            ['goods_id' => 7119, 'price' => 45, 'quality' => 5, 'card_type' => 'chinaunicom'],
+            ['goods_id' => 7119, 'price' => 45.75, 'quality' => 5, 'card_type' => 'chinatelecom']
         ],
         100 => [
             ['goods_id' => 7120, 'price' => 94.5, 'quality' => 5, 'card_type' => 'chinamobile'],

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

@@ -19,4 +19,8 @@ appSecret:qXRRTTqrtAwwwtXp
 2022.3.18增加移动商品编码
 50  100033
 100 100034
-200 100035
+200 100035
+
+2022.3.24增加联通电信50
+联通50       100039
+电信50       100060

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

@@ -20,10 +20,12 @@ class config
             200 => 100035
         ],
         mtopcard\ChinaUnicomCard => [
+            50  => 100039,
             100 => 100040,
             200 => 100041
         ],
         mtopcard\ChinaTelecomCard => [
+            50  => 100060,
             100 => 100046,
             200 => 100047
         ],