VipService
parent
e5325a7bfe
commit
1b600a2277
|
|
@ -61,7 +61,9 @@ class VipService
|
||||||
$openid = 'oU7xS5UspzVvpPEBqKZuW6N9WXDg';
|
$openid = 'oU7xS5UspzVvpPEBqKZuW6N9WXDg';
|
||||||
}
|
}
|
||||||
if (!$openid) {
|
if (!$openid) {
|
||||||
throw new BizException('未找到用户的微信授权信息, 无法使用微信支付');
|
$exception = new BizException('未找到用户的微信授权信息, 无法使用微信支付');
|
||||||
|
$exception->status(401);
|
||||||
|
throw $exception;
|
||||||
}
|
}
|
||||||
$params = [
|
$params = [
|
||||||
'body' => app_settings('app.app_name').'-会员-' . $userVip->name,
|
'body' => app_settings('app.app_name').'-会员-' . $userVip->name,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue