release
parent
a78dc2c412
commit
b55e6881df
|
|
@ -46,7 +46,7 @@ class VipService
|
|||
$money = $userVip->price;
|
||||
$debug = config('app.debug');
|
||||
if ($debug) {
|
||||
$money = 0.01;
|
||||
$money = 1;
|
||||
}
|
||||
$user = $userVip->user;
|
||||
// 微信小程序支付
|
||||
|
|
|
|||
Loading…
Reference in New Issue