stanley-king 3 jaren geleden
bovenliggende
commit
97867bd32d
1 gewijzigde bestanden met toevoegingen van 14 en 1 verwijderingen
  1. 14 1
      data/config/xyz/refill.ini.php

+ 14 - 1
data/config/xyz/refill.ini.php

@@ -734,4 +734,17 @@ $phone_providers = [
     ['name' => 'qianqian', 'cfg' => $qianqian_phone],
     ['name' => 'fengye', 'cfg' => $fengye_phone],
 ];
-$config['phone_providers'] = $phone_providers;
+$config['phone_providers'] = $phone_providers;
+
+
+//以下为三方通道
+$lingzhthird = ['name' => 'lingzhthird', 'store_id' => 52,'qualitys' => '1',
+    'amount' => [
+        100 => [['goods_id' => 6559, 'price' => 99, 'quality' => 1, 'card_type' => 'third']],
+    ],
+    'official_sn' => true, 'refill_type' => 'api'];
+
+$third_providers = [
+    ['name' => 'lingzhthird', 'cfg' => $lingzhthird],
+];
+$config['third_providers'] = $third_providers;