{
"PlatFormCode": "string",
"PlatFormName": "string",
"Province": "string"
}curl --location --request POST '/api/CaiHua_Business_App_MPRootPlatFormModifyBO/ModifyPlatForm' \
--header 'Content-Type: application/json' \
--data-raw '{
"PlatFormCode": "string",
"PlatFormName": "string",
"Province": "string"
}'{
"Result": [
{
"PlatFormCode": "string",
"PlatFormName": "string",
"Province": "string"
}
],
"ResponseCode": 0,
"ResponseStatus": "string",
"RequestJson": "string"
}