15 lines
365 B
PHP
15 lines
365 B
PHP
<?php
|
|
/**
|
|
* forgotten.php
|
|
*
|
|
* @copyright 2022 beikeshop.com - All Rights Reserved
|
|
* @link https://beikeshop.com
|
|
* @author TL <mengwb@guangda.work>
|
|
* @created 2022-08-16 17:22:41
|
|
* @modified 2022-08-16 17:22:41
|
|
*/
|
|
|
|
return [
|
|
'verify_code_sent' => '인증번호가 발송되었으니 확인하시고 인증번호를 입력해주세요',
|
|
];
|