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