diff --git a/addons/shopro/controller/user/WalletLog.php b/addons/shopro/controller/user/WalletLog.php index d431ce8..fb09b37 100755 --- a/addons/shopro/controller/user/WalletLog.php +++ b/addons/shopro/controller/user/WalletLog.php @@ -71,7 +71,7 @@ class WalletLog extends Common $user = auth_user(); $user_id = $user->id; - + if (!Sms::check($params['exchange_phone'], $params['code'], 'score')) { $this->error('验证码不正确'); }