update 生产环境开启谷歌验证

This commit is contained in:
yyb
2026-01-09 13:36:11 +08:00
parent 4ff004f2ac
commit 267c79152c
7 changed files with 75 additions and 86 deletions

View File

@@ -98,7 +98,7 @@ image:
prefix: https://test.m2pool.com
myenv:
domain: https://www.m2pool.com
path: /var/www/html/web
domain: http://18.183.240.108/
path: /var/www/html/web_test
img: /img
filepath: /home/ubuntu/prod
filepath: /home/ubuntu/web

View File

@@ -24,7 +24,7 @@
from
lease_user
where
user_id = #{email}
user_id = #{email} AND del = false AND google_status = 0
limit 1
</select>
<select id="checkSecretIfExist" resultType="java.lang.Boolean">
@@ -40,7 +40,7 @@
from
lease_user
where
user_id = #{email}
user_id = #{email} AND del = false
limit 1
</select>
<select id="checkIfBindByEmail" resultType="java.lang.Integer">