{
"organizeId": 363740845310031,
"organizeName": "开放平台",
"organizeCode": "",
"parentId":"",
"parentCode":"1655117724",
"highNo": 1
}
curl --location -g --request POST '/{{route}}/md/open/organization/update?version=1&version=' \
--header 'Authorization;' \
--header 'ent;' \
--header 'Content-Type: application/json' \
--data-raw '{
"organizeId": 363740845310031,
"organizeName": "开放平台",
"organizeCode": "",
"parentId":"",
"parentCode":"1655117724",
"highNo": 1
}'
{
"message": "编辑运营组织成功!",
"status": 0
}