Merge branch 'main' of git.njrzwl.cn:liuqing/heshui_shop_backend into main

main
ztt 8 months ago
commit 4b6a78bfa6
  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