将 web-server 和 game-server 中的公共文件改为链接
This commit is contained in:
@@ -48,7 +48,6 @@ export default class Auth extends Service {
|
||||
if (telVerify.status !== 0) {
|
||||
return telVerify;
|
||||
}
|
||||
|
||||
const sms = await smsModel.findByTel(tel, false);
|
||||
if (sms) {
|
||||
if (await sms.timeLimit(10000)) {
|
||||
|
||||
Reference in New Issue
Block a user