受理条件预检
开发中
POST
/zndbcenter/acceptconditionpreview
请求参数
Body 参数application/json
params
object
必需
taskid
string
事项唯一标识
applier_type
string
申请人类型
cert_type
string
申请人证件 类型
applier_code
string
申请人证件号码
示例
{
"params": {
"taskid": "string",
"applier_type": "string",
"cert_type": "string",
"applier_code": "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 '/zndbcenter/acceptconditionpreview' \
--header 'Content-Type: application/json' \
--data-raw '{
"params": {
"taskid": "string",
"applier_type": "string",
"cert_type": "string",
"applier_code": "string"
}
}'
返回响应
🟢200成功
application/json
Body
custom
object
必需
code
string
错误码
text
string
提示文本
kplist
array [object {3}]
条件集合
status
object
必需
code
integer
状态码
text
string
提示文本
示例
{
"custom": {
"code": "string",
"text": "string",
"kplist": [
{
"expressguid": "string",
"expressname": "string",
"ispass": "string"
}
]
},
"status": {
"code": 0,
"text": "string"
}
}
修改于 2023-06-14 10:02:45