{
"companyName": "string",
"companyCreditCode": "string",
"companyRegisteredAddress": "string",
"registeredAddressCode": "string",
"companyPresentAddress": "string",
"presentAddressCode": "string",
"companyLatitude": "string",
"companyLongitude": "string",
"companyType": 0,
"companyLegalPerson": "string",
"companyLegalTelephone": "string",
"companyContact": "string",
"companyContactPhone": "string",
"companyContactEmail": "string",
"userAccount": "string",
"userPassword": "string",
"confirmPassword": "string",
"verifyCode": "string",
"industryId": 0
}
curl --location --request POST 'http://127.0.0.1:8091/clean/account/register' \
--header 'Content-Type: application/json' \
--data-raw '{
"companyName": "string",
"companyCreditCode": "string",
"companyRegisteredAddress": "string",
"registeredAddressCode": "string",
"companyPresentAddress": "string",
"presentAddressCode": "string",
"companyLatitude": "string",
"companyLongitude": "string",
"companyType": 0,
"companyLegalPerson": "string",
"companyLegalTelephone": "string",
"companyContact": "string",
"companyContactPhone": "string",
"companyContactEmail": "string",
"userAccount": "string",
"userPassword": "string",
"confirmPassword": "string",
"verifyCode": "string",
"industryId": 0
}'
{
"code": "1",
"msg": "成功",
"data": null
}