Compare commits

..

No commits in common. 'dd5732be04b009d80a5564380ad7000e6bc1a98c' and '58180865335e8b1e0dc9b0eb9c9ec0961df9e80b' have entirely different histories.

  1. 2
      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('验证码不正确');
}

Loading…
Cancel
Save