|
@@ -107,7 +107,7 @@ class CircleMessageRepository
|
|
|
$oneHourTime = Carbon::now()->addHours(-1)->toDateTimeString();
|
|
|
$oneHourPostCount = $this->interestCircleMessage->where('uid', $userInfo['uid'])->where('created_at', '>', $oneHourTime)->count();
|
|
|
if ($oneHourPostCount > 50) {
|
|
|
- return jsonError('创作欲望太强啦,休息一下,看看其他用户的相册吧!');
|
|
|
+ return jsonError('创作欲望太强啦,休息一下,看看其他用户的提问吧!');
|
|
|
}
|
|
|
|
|
|
$detectionText = strip_tags($request['content']);
|