mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-15 05:00:49 +08:00
add message to buy torrent success
This commit is contained in:
@@ -39,4 +39,8 @@ Last login time::last_login_time, IP::last_ip, location::last_location.<br/>
|
||||
If it is not your own operation, the account password may have been leaked, please change it in time!
|
||||
BODY,
|
||||
],
|
||||
'buy_torrent_success' => [
|
||||
'subject' => 'Successful torrent purchase reminder',
|
||||
'body' => 'You spent :bonus bonus to successfully buy the torrent:[url=:url]:torrent_name[/url]',
|
||||
],
|
||||
];
|
||||
|
||||
@@ -39,4 +39,8 @@ return [
|
||||
若不是你本人操作,账号密码可能已经泄露,请及时修改!
|
||||
BODY,
|
||||
],
|
||||
'buy_torrent_success' => [
|
||||
'subject' => '成功购买种子提醒',
|
||||
'body' => '你花费 :bonus 魔力成功购买了种子:[url=:url]:torrent_name[/url]',
|
||||
],
|
||||
];
|
||||
|
||||
@@ -37,5 +37,9 @@ return [
|
||||
上次登錄時間::last_login_time,IP::last_ip,位置::last_location。<br/>
|
||||
若不是你本人操作,賬號密碼可能已經泄露,請及時修改!
|
||||
BODY,
|
||||
]
|
||||
],
|
||||
'buy_torrent_success' => [
|
||||
'subject' => '成功購買種子提醒',
|
||||
'body' => '你花費 :bonus 魔力成功購買了種子:[url=:url]:torrent_name[/url]',
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user