custom_audit_rules。custom_demand 由下游自行拆点。access-token: ********************{
"text": "付款周期不得超过 30 天,且必须约定违约金"
}curl --location '/openapi/contract/custom-rules/generate' \
--header 'access-token: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"text": "付款周期不得超过 30 天,且必须约定违约金"
}'data 为下游生成的规则结构{
"code": 400,
"msg": "text 不能为空",
"detail": null,
"data": null
}