6
0
Fork 0
release
panliang 2022-05-18 17:47:37 +08:00
parent a78dc2c412
commit b55e6881df
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ class VipService
$money = $userVip->price; $money = $userVip->price;
$debug = config('app.debug'); $debug = config('app.debug');
if ($debug) { if ($debug) {
$money = 0.01; $money = 1;
} }
$user = $userVip->user; $user = $userVip->user;
// 微信小程序支付 // 微信小程序支付