文档服务地址:http://47.92.0.57:3000/ 周报索引地址:http://47.92.0.57:3000/s/NruNXRYmV

Commit 0197729e by 李景熙

接口文档改动

parent a9522606
from flask import Blueprint
from flask import request
from dao import data_set
dataset = Blueprint("dataset", __name__, url_prefix="/api/dataset")
@dataset.route("/getDataFormList", methods=["GET"])
def get_data_list():
userId = request.args['userId']
result = data_set.find_data_set(userId)
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment