update 生产环境开启谷歌验证
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user