|
@@ -16,15 +16,15 @@ $config['refill_specs'] = [
|
|
|
$oil_providers = [];
|
|
|
$config['oil_providers'] = $oil_providers;
|
|
|
|
|
|
-$baidu_phone = ['name' => 'baidu', 'store_id' => 12, 'card_type' => ['chinamobile', 'chinaunicom', 'chinatelecom'],
|
|
|
- 'amount' => [10 => ['goods_id' => 6305, 'price' => 9.51],
|
|
|
- 20 => ['goods_id' => 6306, 'price' => 19.02],
|
|
|
- 30 => ['goods_id' => 6301, 'price' => 28.53],
|
|
|
- 50 => ['goods_id' => 6302, 'price' => 47.55],
|
|
|
- 100 => ['goods_id' => 6303, 'price' => 95.1],
|
|
|
- 200 => ['goods_id' => 6304, 'price' => 190.20],
|
|
|
- 300 => ['goods_id' => 6327, 'price' => 285.30],
|
|
|
- 500 => ['goods_id' => 6328, 'price' => 475.50]],
|
|
|
+$baidu_phone = ['name' => 'baidu', 'store_id' => 28, 'card_type' => ['chinamobile', 'chinaunicom', 'chinatelecom'],
|
|
|
+ 'amount' => [10 => ['goods_id' => 6386, 'price' => 9.51],
|
|
|
+ 20 => ['goods_id' => 6387, 'price' => 19.02],
|
|
|
+ 30 => ['goods_id' => 6388, 'price' => 28.53],
|
|
|
+ 50 => ['goods_id' => 6389, 'price' => 47.55],
|
|
|
+ 100 => ['goods_id' => 6390, 'price' => 95.1],
|
|
|
+ 200 => ['goods_id' => 6391, 'price' => 190.20],
|
|
|
+ 300 => ['goods_id' => 6392, 'price' => 285.30],
|
|
|
+ 500 => ['goods_id' => 6393, 'price' => 475.50]],
|
|
|
'official_sn' => true, 'refill_type' => 'api'];
|
|
|
$phone_providers = [
|
|
|
['name' => 'baidu', 'cfg' => $baidu_phone, 'opened' => true, 'sort' => 1]];
|