# flask-demo **Repository Path**: reggiepy/flask-demo ## Basic Information - **Project Name**: flask-demo - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-12-10 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Flask-Demo

启动文件

python run.py ## 发送数据
请求地址: /api/index
请求方式:GET
数据类型:JSON
参数: 注:带星号为必填信息
{
        dtuId:          dtu编号 *
}
返回值
{
    "code": 0,
    "msg": u"操作成功",
    "eng_msg": "successful"
}