7 lines
74 B
PHP
7 lines
74 B
PHP
|
<?php
|
||
|
|
||
|
return [
|
||
|
'active' => '正常',
|
||
|
'error' => '維修',
|
||
|
|
||
|
];
|