mirror of
https://gitee.com/niucloud-team/niucloud-admin.git
synced 2025-12-29 01:40:16 +00:00
11 lines
275 B
PHP
11 lines
275 B
PHP
<?php
|
|
return [
|
|
//手机验证码
|
|
'verify_code' => [
|
|
'content' => '您的手机验证码{code},请不要轻易告诉其他人'
|
|
],
|
|
'member_verify_code' => [
|
|
'content' => '您的手机验证码{code},请不要轻易告诉其他人',
|
|
]
|
|
];
|