Commit 4fd03232 authored by hangjun83's avatar hangjun83

优化

parent f4d6b5d1
...@@ -127,6 +127,13 @@ class ThridApiPlatformSeeder extends Seeder ...@@ -127,6 +127,13 @@ class ThridApiPlatformSeeder extends Seeder
'page_size' => "2000" 'page_size' => "2000"
]); ]);
break; break;
case "chemsite" :
$platform['platform_params'] = json_encode([
'whiteList' => [
'139.224.51.59'
],
]);
break;
} }
//$platform['platform_type'] = 'third'; //$platform['platform_type'] = 'third';
$platform['platform_status'] = '1'; $platform['platform_status'] = '1';
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment