Compare commits

...

2 Commits

Author SHA1 Message Date
Your Name dd5732be04 1 8 months ago
Your Name 4af8ead28f 1 8 months ago
  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