- 支付
- 私域
- 公域
- 营销
- 资金
- 会员
- 信用
- 安全
- 其他
签署流程查询(E签宝)
开发环境
开发环境
GET
/v3/alipay/eco/sign/flow/query
alipay.eco.sign.flow
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://dev-cn.your-api-server.com/v3/alipay/eco/sign/flow/query'
响应示例响应示例
200 - 示例 1
{
"business_scene": "合同名称",
"contract_validity": 1592386042000,
"flow_desc": "完成",
"flow_end_time": 1560764486000,
"flow_id": "429b1d3038854cabbcdac0a63d7e4c0d",
"flow_start_time": 1560764486000,
"flow_status": 2,
"notice_developer_url": "http://127.0.0.1:9110/notice",
"sign_validity": 1592386042000,
"signers": [
{
"org_third_party_user_id": "tgxxteck",
"sign_status": 1,
"signer_account_type": 1,
"third_party_user_id": "234440881029245"
}
]
}
请求参数
Query 参数
target_app_id
string
目标isv应用ID
flow_id
string
可选
返回响应
🟢200common response
application/json
Body
business_scene
string
文件主题
示例值:
合同名称
contract_validity
integer
文件有效截止日期
示例值:
1592386042000
flow_desc
string
可选
示例值:
完成
flow_end_time
integer
流程结束时间
示例值:
1560764486000
flow_id
string
流程Id
示例值:
429b1d3038854cabbcdac0a63d7e4c0d
flow_start_time
integer
流程开始时间
示例值:
1560764486000
flow_status
integer
可选
示例值:
2
notice_developer_url
string
通知开发者地址
示例值:
http://127.0.0.1:9110/notice
sign_validity
integer
签署有效截止日期
示例值:
1592386042000
signers
array[object (FlowSigner) {4}]
可选
org_third_party_user_id
string
可选
示例值:
tgxxteck
sign_status
integer
可选
示例值:
1
signer_account_type
integer
可选
示例值:
1
third_party_user_id
string