|
@@ -9550,6 +9550,12 @@ $tongka_fetch = ['name' => 'tongka_fetch', 'store_id' => 343, 'qualitys' => '1',
|
|
],
|
|
],
|
|
'official_sn' => true, 'refill_type' => 'api'];
|
|
'official_sn' => true, 'refill_type' => 'api'];
|
|
|
|
|
|
|
|
+$feihan_fetch = ['name' => 'feihan_fetch', 'store_id' => 344, 'qualitys' => '1',
|
|
|
|
+ 'amount' => [
|
|
|
|
+ 100 => [['goods_id' => 8751, 'price' => 99, 'quality' => 1, 'card_type' => 'third']],
|
|
|
|
+ ],
|
|
|
|
+ 'official_sn' => true, 'refill_type' => 'api'];
|
|
|
|
+
|
|
$third_providers = [
|
|
$third_providers = [
|
|
['name' => 'lingzhthird', 'cfg' => $lingzhthird],
|
|
['name' => 'lingzhthird', 'cfg' => $lingzhthird],
|
|
['name' => 'jumithird', 'cfg' => $jumithird],
|
|
['name' => 'jumithird', 'cfg' => $jumithird],
|
|
@@ -9575,6 +9581,7 @@ $third_providers = [
|
|
['name' => 'shuzishijie', 'cfg' => $shuzishijie],
|
|
['name' => 'shuzishijie', 'cfg' => $shuzishijie],
|
|
['name' => 'piaoyi_oil', 'cfg' => $piaoyi_oil],
|
|
['name' => 'piaoyi_oil', 'cfg' => $piaoyi_oil],
|
|
['name' => 'tongka_fetch', 'cfg' => $tongka_fetch],
|
|
['name' => 'tongka_fetch', 'cfg' => $tongka_fetch],
|
|
|
|
+ ['name' => 'feihan_fetch', 'cfg' => $feihan_fetch],
|
|
];
|
|
];
|
|
$config['third_providers'] = $third_providers;
|
|
$config['third_providers'] = $third_providers;
|
|
|
|
|