|
@@ -9617,6 +9617,12 @@ $feihan_fetch = ['name' => 'feihan_fetch', 'store_id' => 344, 'qualitys' => '1',
|
|
],
|
|
],
|
|
'official_sn' => true, 'refill_type' => 'api'];
|
|
'official_sn' => true, 'refill_type' => 'api'];
|
|
|
|
|
|
|
|
+$zihexin = ['name' => 'zihexin', 'store_id' => 347, 'qualitys' => '1',
|
|
|
|
+ 'amount' => [
|
|
|
|
+ 100 => [['goods_id' => 8768, '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],
|
|
@@ -9643,6 +9649,7 @@ $third_providers = [
|
|
['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],
|
|
['name' => 'feihan_fetch', 'cfg' => $feihan_fetch],
|
|
|
|
+ ['name' => 'zihexin', 'cfg' => $zihexin],
|
|
];
|
|
];
|
|
$config['third_providers'] = $third_providers;
|
|
$config['third_providers'] = $third_providers;
|
|
|
|
|