{
        /*请求成功时*/
        "success":true,
        "data": object//实体对象(如果不需要业务结构返回的只有success)
        
        /*请求失败时(包括程序错误和业务错误)*/
        "success":false,
        "error_code": 10001 //错误码
        "error_msg":"发生错误"//错误描述
}