后端开发自定义接口说明

系统前端  vue响应拦截器部分定义了 status => 200才算成功返回 所以接口部分必须有这个结构返回 示例如下

function test(){
    return json(['status'=>200]);
}