{
"soft:": "string"
}curl --location --request POST 'https://api.okvfy.cn/api/html' \
--header 'Content-Type: application/json' \
--data-raw '{
"soft:": "string"
}'// 成功响应
{
"code": 1,
"msg": "success",
"data": "html_code内容"
}