1
This commit is contained in:
parent
c2001f8e97
commit
4966660967
@ -136,7 +136,7 @@ class User extends Controller
|
|||||||
{
|
{
|
||||||
$post = $_GET;
|
$post = $_GET;
|
||||||
|
|
||||||
if (empty($post['openid']) || empty($post['coupon_id'])) {
|
if (empty($post['openid']) && empty($post['coupon_id'])) {
|
||||||
return $this->renderSuccess([], '成功');
|
return $this->renderSuccess([], '成功');
|
||||||
}
|
}
|
||||||
$where = [];
|
$where = [];
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user