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