Merge branch 'master' of http://app.git.1nww.com:8188/gitlab-instance-db4ab2e7/cxhxy
This commit is contained in:
commit
9b7db2a692
@ -136,9 +136,8 @@ class User extends Controller
|
|||||||
{
|
{
|
||||||
$post = $_GET;
|
$post = $_GET;
|
||||||
|
|
||||||
if (empty($post['openid'])) {
|
if (empty($post['openid']) || empty($post['coupon_id'])) {
|
||||||
return $this->renderError('openid错误');
|
return $this->renderSuccess([], '成功');
|
||||||
|
|
||||||
}
|
}
|
||||||
$where = [];
|
$where = [];
|
||||||
$where['openid'] = $post['openid'];
|
$where['openid'] = $post['openid'];
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user