{
"requestData": {
"myId": "",
"tradeCode": "1111",
"tradeName": "测试",
"score": "100",
"isAeo": "0",
"isBlacklist": "0",
"isLogoff": "0",
"dataSource": ""
}
}curl --location --request POST '/CyyyEnterpriseInfo/add' \
--header 'Content-Type: application/json' \
--data-raw '{
"requestData": {
"myId": "",
"tradeCode": "1111",
"tradeName": "测试",
"score": "100",
"isAeo": "0",
"isBlacklist": "0",
"isLogoff": "0",
"dataSource": ""
}
}'{}