暂无描述
Authorization: Bearer ********************
curl --location --request POST 'https://api.tolink.cloud/apply/checkUnique' \
--form 'appId="91"' \
--form 'applyId="102"' \
--form 'fid="number"' \
--form 'value[value]="117"'
{
"code": 0,
"data": {
"unique": false
},
"msg": "success"
}