Pārlūkot izejas kodu

xyztest refill ini

xiaoyu 3 gadi atpakaļ
vecāks
revīzija
3359c64c14
1 mainītis faili ar 7 papildinājumiem un 0 dzēšanām
  1. 7 0
      data/config/xyztest/refill.ini.php

+ 7 - 0
data/config/xyztest/refill.ini.php

@@ -1974,8 +1974,15 @@ $lingzhthird = ['name' => 'lingzhthird', 'store_id' => 52,'qualitys' => '1',
     ],
     'official_sn' => true, 'refill_type' => 'api'];
 
+$youhedf = ['name' => 'youhedf', 'store_id' => 122,'qualitys' => '1',
+    'amount' => [
+        100 => [['goods_id' => 7180, 'price' => 99, 'quality' => 1, 'card_type' => 'third']],
+    ],
+    'official_sn' => true, 'refill_type' => 'api'];
+
 $third_providers = [
     ['name' => 'lingzhthird', 'cfg' => $lingzhthird],
+    ['name' => 'youhedf', 'cfg' => $youhedf],
 ];
 $config['third_providers'] = $third_providers;