layui table表单提示数据接口请求异常:parsererror

返回数据格式不符合要求
输出格式为

{
    "code":0,
    "msg":"",
    "count":1000,
    "data":[
        {
            "id":1,
            "username":"zs",
        },
        {
            "id":2,
            "username":"gf",          
        }

]

}
 

你可能感兴趣的:(python,layui)