内网测试地址:http://188.66.88.5:6000
默认method: post
分页查询参数:{
current_page:int, //当前页
limit:int, //每页条数
}
默认(请求 /响应 )数据格式 : json
返回值: 基本数据结构 : { code: int, // 状态码 : 200成功 , 500失败
msg: string, // code==500时 , 有值
data?: object //返回数据 code=0时有值 }
内网测试地址:http://188.66.88.5:6000
默认method: post
分页查询参数:{
current_page:int, //当前页
limit:int, //每页条数
}
默认(请求 /响应 )数据格式 : json
返回值: 基本数据结构 : { code: int, // 状态码 : 200成功 , 500失败
msg: string, // code==500时 , 有值
data?: object //返回数据 code=0时有值 }