8 lines
151 B
PHP
8 lines
151 B
PHP
<?php
|
|
|
|
return [
|
|
'sent' => '已发送您的密码链接 !',
|
|
'user' => '该用户不存在或没有关联的电子邮件地址',
|
|
];
|
|
|