作者 王智

xiugai

... ... @@ -231,7 +231,10 @@ class Config extends Api
if (!empty($IsGive)) {
$this->error('只能送出一份礼物');
}
$IsMessage = Db::name('message')->where('user_id', $UserId)->where('ob_id', $Params['ob_id'])->where('type', 2)->where('git_id', null)->find();
if (!empty($IsMessage)) {
$this->error('只能留言一次');
}
if ($ObInfo['user_id'] == '' || $ObInfo['user_id'] == null) {
$this->error('未获取发布讣告人信息');
}
... ...