- 支付
- 私域
- 公域
- 营销
- 资金
- 会员
- 信用
- 安全
- 其他
获取签署流程合同与附件的下载地址(E签宝)
开发环境
http://dev-cn.your-api-server.com
开发环境
http://dev-cn.your-api-server.com
GET
/v3/alipay/eco/signflows/detail/query
alipay.eco.signflows.detail
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://dev-cn.your-api-server.com/v3/alipay/eco/signflows/detail/query'
响应示例响应示例
200 - 示例 1
{
"attachments": {
"code": "phonePicture",
"file_name": "手机正面照.pdf",
"file_url": "https://asset.tsign.cn/apps/esign-nuxt-website/prod/1.0.7/img/1acc358.png"
},
"docs": {
"file_name": "租机合同.pdf",
"file_url": "https://oss.***.cn/****abc.pdf"
}
}
请求参数
Query 参数
target_app_id
string
目标isv应用ID
flow_id
string
可选
返回响应
🟢200common response
application/json
Body
attachments
object (AttachmentDetail)
可选
code
string
可选
示例值:
phonePicture
file_name
string
附件文件名
示例值:
手机正面照.pdf
file_url
string
附件下载地址
示例值:
https://asset.tsign.cn/apps/esign-nuxt-website/prod/1.0.7/img/1acc358.png
docs
object (DocInfo)
可选
file_name
string
合同文件名
示例值:
租机合同.pdf
file_url
string
合同下载地址
示例值:
https://oss.***.cn/****abc.pdf
🔴500请求失败