#!/usr/bin/env python # -*- encoding: utf-8 -*- ''' @Contact : liuyuqi.gov@msn.cn @Time : 2023/11/09 14:22:03 @License : Copyright © 2017-2022 liuyuqi. All Rights Reserved. @Desc : api v2 ''' from flask import Blueprint, render_template, request, jsonify bp = Blueprint('v2', __name__, url_prefix='/api/v2')