mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 04:20:49 +08:00
7 lines
101 B
PHP
7 lines
101 B
PHP
<?php
|
|
|
|
return [
|
|
'invalid_argument' => '参数错误',
|
|
'select_one_please' => '请选择',
|
|
];
|