mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
8 lines
159 B
PHP
8 lines
159 B
PHP
<?php
|
|
|
|
return [
|
|
'invalid_argument' => '参数错误',
|
|
'require_argument' => ':argument 不能为空',
|
|
'select_one_please' => '请选择一项',
|
|
];
|