Merge branch 'master' of http://app.git.1nww.com:8188/gitlab-instance-db4ab2e7/cxhxy
This commit is contained in:
commit
d7404a09c3
@ -199,7 +199,7 @@ class User extends Controller
|
||||
if (empty($get['code'])) {
|
||||
return $this->renderError('授权失败');
|
||||
}
|
||||
$coupon_id = $get['coupon_id'] ?? '';
|
||||
$coupon_id = $_GET['coupon_id'] ?? '';
|
||||
|
||||
write_log($coupon_id, __DIR__);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user