This commit is contained in:
test_service 2023-12-08 16:57:47 +08:00
commit d7404a09c3

View File

@ -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__);