...
|
...
|
@@ -231,7 +231,7 @@ 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('gift_id', null)->find();
|
|
|
$IsMessage = Db::name('message')->where('user_id', $UserId)->where('ob_id', $Params['ob_id'])->where('type', 2)->where('gift_id', 0)->find();
|
|
|
if (!empty($IsMessage)) {
|
|
|
$this->error('只能留言一次');
|
|
|
}
|
...
|
...
|
|