11 lines
143 B
PHP
11 lines
143 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'throttled' => [
|
|
'title' => '操作过于频繁',
|
|
'body' => '请在 :seconds 秒后重试。',
|
|
],
|
|
|
|
];
|