{
"params": {
"taskid": "string",
"applier_type": "string",
"cert_type": "string",
"applier_code": "string"
}
}
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"
}
}'
{
"custom": {
"code": "string",
"text": "string",
"kplist": [
{
"expressguid": "string",
"expressname": "string",
"ispass": "string"
}
]
},
"status": {
"code": 0,
"text": "string"
}
}