dev
Jing Li 2024-01-10 14:51:17 +08:00
parent 8cbe7fd09b
commit 9407d89f23
1 changed files with 16 additions and 0 deletions

View File

@ -87,6 +87,22 @@ class KeywordsTableSeeder extends Seeder
'password' => '888888',
]),
],
[
'key' => 'device-project-xszlylzw',
'name' => '响石镇粮油作物病虫害监测站',
'value' => json_encode([
'username' => '响石镇粮油作物病虫害监测站',
'password' => '888888',
]),
],
[
'key' => 'device-project-ydsctfkj',
'name' => '(移动)四川太飞科技有限公司',
'value' => json_encode([
'username' => '四川太飞科技有限公司',
'password' => '123456',
]),
],
['key' => 'device-project-other', 'name' => '其它', 'value' => ''],
],
]