修改个人用户
POST
/open/psnUpdate
V1.1.0
请求参数
Body 参数application/json
accountId
string
个人账号
flowNo
string | null
认证流程ID
psnName
string | null
个人姓名
informPhone
string | null
接受消息手机号
示例
{
"accountId": "string",
"flowNo": "string",
"psnName": "string",
"informPhone": "string"
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
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"
}'
返回响应
🟢200成功
application/json
Body
result
boolean
必需
code
string
必需
msg
string
必需
logKey
string
必需
ts
string
必需
success
boolean
必需
示例
{
"result": true,
"code": "200",
"msg": "成功",
"logKey": "56faf695",
"ts": "1731665282313",
"success": true
}