|
@@ -9627,6 +9627,12 @@ $zihexin = ['name' => 'zihexin', 'store_id' => 347, 'qualitys' => '1',
|
|
],
|
|
],
|
|
'official_sn' => true, 'refill_type' => 'api'];
|
|
'official_sn' => true, 'refill_type' => 'api'];
|
|
|
|
|
|
|
|
+$duiba_fetch = ['name' => 'duiba_fetch', 'store_id' => 348, 'qualitys' => '1',
|
|
|
|
+ 'amount' => [
|
|
|
|
+ 100 => [['goods_id' => 8769, '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],
|
|
@@ -9654,6 +9660,7 @@ $third_providers = [
|
|
['name' => 'tongka_fetch', 'cfg' => $tongka_fetch],
|
|
['name' => 'tongka_fetch', 'cfg' => $tongka_fetch],
|
|
['name' => 'feihan_fetch', 'cfg' => $feihan_fetch],
|
|
['name' => 'feihan_fetch', 'cfg' => $feihan_fetch],
|
|
['name' => 'zihexin', 'cfg' => $zihexin],
|
|
['name' => 'zihexin', 'cfg' => $zihexin],
|
|
|
|
+ ['name' => 'duiba_fetch', 'cfg' => $duiba_fetch],
|
|
];
|
|
];
|
|
$config['third_providers'] = $third_providers;
|
|
$config['third_providers'] = $third_providers;
|
|
|
|
|