1
This commit is contained in:
parent
62e3e0ea08
commit
d572738c97
@ -199,7 +199,7 @@ class User extends Controller
|
|||||||
if (empty($get['code'])) {
|
if (empty($get['code'])) {
|
||||||
return $this->renderError('授权失败');
|
return $this->renderError('授权失败');
|
||||||
}
|
}
|
||||||
$coupon_id = $get['coupon_id'] ?? '';
|
$coupon_id = $_GET['coupon_id'] ?? '';
|
||||||
|
|
||||||
write_log($coupon_id, __DIR__);
|
write_log($coupon_id, __DIR__);
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user