{
"accountId": "string",
"flowNo": "string",
"psnName": "string",
"informPhone": "string"
}
curl --location --request POST 'api.pre-qiandun365.com/api/open/psnUpdate' \
--header 'Content-Type: application/json' \
--data-raw '{
"accountId": "string",
"flowNo": "string",
"psnName": "string",
"informPhone": "string"
}'
{
"result": true,
"code": "200",
"msg": "成功",
"logKey": "56faf695",
"ts": "1731665282313",
"success": true
}