简要描述:

  • 接口版本:

版本号 制定人 制定日期 修订日期
1.0.0 kevin 2022-02-18

请求URL:

请求方式:

  • GET

请求头:

参数名 是否必须 类型 说明
token string 授权凭证

请求参数:

参数名 是否必须 类型 说明
page string 页码
pagesize string 条数

返回示例:

正确时返回:

{
    "status": 200,
    "msg": "成功",
    "data": {
        "list": [
            {
                "id": 19,
                "user_identity": 1,
                "contract_name": "11111",
                "is_sign": 1,
                "file": "stubble/8/2021/11/04/1636023554-6183bd02ee95e.png",
                "pdf": "",
                "username": "kevin",
                "phone": "13113692222",
                "remark": "测试",
                "audit_type": 1,
                "audit_result": null,
                "audit_pdf": "",
                "audit_status": 0,
                "audit_remark": "",
                "created_at": "2021-11-04 18:59:15",
                "word_name": "",
                "audit_word_name": "",
                "file_arr": [
                    "http://yht.com/uploads/stubble/8/2021/11/04/1636023554-6183bd02ee95e.png"
                ],
                "file_arr_str": "http://yht.com/uploads/stubble/8/2021/11/04/1636023554-6183bd02ee95e.png"
            }
        ],
        "page": 1,
        "pagesize": 1,
        "total": 14
    },
    "other": []
}

错误时返回:

{
    "status": 0,
    "msg": "key错误"
}

返回参数说明:

参数名 类型 说明
id string id
user_identity string 用户身份【1=甲方,2=乙方】
contract_name string 合同名称
is_sign string 是否已签订【1=是,2=否】
file string 原始文件【word,pdf,图片】
pdf string word转pdf
username string 联系人
phone string 手机号码
remark string 备注
audit_type string 审核上传类型【1=word,2=pdf,3=图片,4=文本】
audit_result string 审核结果
audit_pdf string 审核word转pdf
audit_status string 审核状态【0=待处理,1=处理完成】
audit_remark string 审核备注
created_at string 创建时间
word_name string 上传文件原始word名称
audit_word_name string 审核文件原始word名称
file_arr string 原始文件【word,pdf,图片】
file_arr_str string 原始文件【word,pdf,图片】

备注:

文档更新时间: 2022-02-18 15:18   作者:admin