diff --git a/app/Services/VipService.php b/app/Services/VipService.php index 0bd68d09..84c328ac 100644 --- a/app/Services/VipService.php +++ b/app/Services/VipService.php @@ -46,7 +46,7 @@ class VipService $money = $userVip->price; $debug = config('app.debug'); if ($debug) { - $money = 0.01; + $money = 1; } $user = $userVip->user; // 微信小程序支付