验证码

邮件,依赖
This commit is contained in:
resonate
2022-01-23 15:14:14 +08:00
parent 56dcc7eff8
commit ef8044ea22
19 changed files with 219 additions and 30 deletions
-6
View File
@@ -1,11 +1,5 @@
from typing import List
from common.view import Blueprint, View
from flask import jsonify
from pydantic import BaseModel, ValidationError, constr, parse_obj_as
from entrance.extend.orm import db
user = Blueprint('sys', __name__, url_prefix='/user')