|
@@ -493,7 +493,7 @@ class CircleMessageRepository
|
|
|
->where('created_at', '>', $oneHourTime)
|
|
|
->count();
|
|
|
if ($oneHourPostCount > 5) {
|
|
|
- return jsonError('创作欲望太强啦,休息一下,看看其他用户的提问吧!');
|
|
|
+ return jsonError('创作欲望太强啦,休息一下,看看其他用户的相册吧!');
|
|
|
}
|
|
|
|
|
|
$imgs = json_decode($request['imgs'], true);
|