简要描述:
- 获取意愿认证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 |
备注:
- 更多返回错误代码请看首页的错误代码描述