<?php
/**
 * json返回错误数据配置信息
 */
return [
    'middle' => array(
        'token_miss' => array('code' => "001001", 'msg' => '请求不合法：token缺失'),
        'token_format_error' => array('code' => "001002", 'msg' => '请求不合法：token格式错误'),
        'para_error_pub' => array('code' => "001003", 'msg' => '请求不合法：公共参数错误'),
        'role_not_exist' => array('code' => "001004", 'msg' => '请求不合法：用户不存在'),
        'login_key_empty' => array('code' => "001005", 'msg' => '已退出登录：请重新登录'),
        'token_error' => array('code' => "001006", 'msg' => '登录状态已失效：请重新登录'),
        'access_deny' => array('code' => "001007", 'msg' => '权限访问失败'),
        'token_check_false' => array('code' => "001008", 'msg' => 'token验证失败：token错误'),
        'operation_error' => array('code' => "001009", 'msg' => '请求不合法：操作频率过高'),
    ),
    'manager' => [
        'account_error' => array('code' => "002002",'msg' => '账户错误','info' => ''),
        'server_error' => array('code' => "002003",'msg' => '服务端错误','info' => ''),
        'data_error' => array('code' => "002004",'msg' => '数据错误','info' => ''),
    ],
    'default_error' => array(
        'deal_succ' => array('code' => "000000", 'msg' => '操作成功', 'info' => ''),
        'deal_false' => array('code' => "003009", 'msg' => '操作失败', 'info' => ''),
        'para_miss' => array('code' => "003002", 'msg' => '参数错误', 'info' => ''),
        'search_succ' => array('code' => "000000",'msg' => '操作成功', 'total'=>'', 'info' => ''),
        'login_succ' => array('code' => "000000",'msg' => '登录成功', 'info' => ''),
        'not_find_error' => array("code" => "099999", "msg" => '未知错误'),
        
        'para_miss_user' => array('code' => "008001", 'msg' => '',),
        'server_err' => array('code' => "003010", 'msg' => '',),
        'order_error' => array('code' => '008013', 'msg' => '', 'info' => ''),
        'search_error' => array('code' => '009006', 'msg' => '', 'info' => ''),
        'sesame_error' => array('code' => '009007', 'msg' => '', 'info' => ''),
        'search_wait' => array('code' => '009008', 'msg' => ''),
        'daily_share' => array('code' => '009010', 'msg' => '', 'info' => ''),
        'check_input' => array('code' => '009011', 'msg' => '', 'info' => ''),
        'support_false' => array('code' => '009013', 'msg' => '', 'info' => ''),
        'support_house_false' => array('code' => '009014', 'msg' => '', 'info' => ''),
        'policy_error' => array('code' => '008020', 'msg' => ''),
        'not_call' => array('code' => '000006', 'msg' => '没有拨打电话'),
        'no_more_list' => array('code' => '000000', 'msg' => '没有更多信息', 'info' => ''),
        'no_more' => array('code' => "003004", 'msg' => '没有更多信息'),
        'approve_miss' => array('code' => '009527', 'msg' => ''),
        'three_error' => array('code' => '009333', 'msg' => ''),
    ),
];