mirror of
https://gitee.com/niucloud-team/niucloud-admin.git
synced 2026-01-22 02:58:10 +00:00
8 lines
98 B
PHP
8 lines
98 B
PHP
<?php
|
|
|
|
return [
|
|
'common_validate' => [
|
|
'mobile' => '手机号格式有误',
|
|
],
|
|
];
|