简要描述:

  • 获取意愿认证url

请求URL:

POST/plugin.shop-esign.frontend.contract.get-sign-auth-info

参数:

参数名 是否必须 类型 说明
contract_id int 合同id
seal_id int 印章id
posPage int 签署页码
pos_x int x轴
pos_y int y轴
total_page int 总页数
width int 宽度

返回示例:

正确时返回:

{
    "result": 1,
    "msg": "成功",
    "data": {
        "shortUrl": "www.baidu.com",
        "bizId": "asdasdfsdfwe123123123",
    }
}

错误时返回:

  

返回参数说明:

参数名 类型 说明
shortUrl sting 刷脸短链接
bizId int 意愿流程id

备注:

  • 更多返回错误代码请看首页的错误代码描述