mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-05-16 21:27:36 +08:00
7 lines
113 B
PHP
7 lines
113 B
PHP
<?php
|
|
|
|
return [
|
|
'invalid_argument' => '参数错误',
|
|
'require_argument' => ':argument 不能为空',
|
|
];
|