from flask import Blueprint, request, jsonify, make_response, current_app import numpy as np bp = Blueprint('liebiao', __name__)