查询打款进度(正向打款)
POST
/open/corpCert/queryRemit2Corp
V1.4.0
请求参数
Body 参数application/json
serviceId
string
服务流程Id
flowNo
string
认证流水号
示例
{
"serviceId": "string",
"flowNo": "string"
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'api.pre-qiandun365.com/api/open/corpCert/queryRemit2Corp' \
--header 'Content-Type: application/json' \
--data-raw '{
"serviceId": "string",
"flowNo": "string"
}'
返回响应
🟢200成功
application/json
Body
result
object
必需
verifyStatus
enum<string>
验证结果
枚举值:
passedun_passed
flowNo
string
认证流水号
code
string
请求结果编码
msg
string
请求结果信息
logKey
string
日志索引
ts
string
请求时间戳
success
boolean
是否请求成功
示例
{
"result": {
"verifyStatus": "passed",
"flowNo": "string"
},
"code": "string",
"msg": "string",
"logKey": "string",
"ts": "string",
"success": true
}