跳到主要内容

客户注册信息更新

POST /v1/mid-open-api/merchant/update
需要验证签名

接口描述

更新用户注册信息

提示
  1. 该接口支持幂等。
  2. 更新前请先注册用户
  3. 邮箱不允许重复

请求头

ParameterTypeRequiredDescription
AuthorizationstringMaccess_token
Content-TypestringMapplication/json

请求参数

ParameterTypeRequiredDescription
client_idstringM客户在PP注册后的唯一ID
emailstring(128)O客户邮箱,唯一
phone_nostring(11)O客户手机号码
calling_prefixstring(10)O国际电话区号,示例:+86

返回响应

无特殊返回,见示例

返回示例

{
"code": 200,
"message": "SUCCESS",
"data": null
}

错误码

返回码描述解决方案
900000system error系统错误,请联系PingPong技术人员核查
900002illegal param参数有误,请根据提示更正信息
910001user not exist用户不存在,请核对client_id是否正确
910003email already exist邮箱已存在,请更换邮箱