合作伙伴中心-校验客户注册信息(旧):响应消息

时间:2023-11-01 16:20:14

响应消息

响应参数

参数

参数类型

取值范围

描述

error_code

String

最大长度:16

状态码。具体请参考状态码

error_msg

String

最大长度:1024

错误描述信息。

status

String

最大长度:16

  • 0:该登录名称/手机号/邮箱不存在。
  • 1:该登录名称/手机号/邮箱存在。

uplimit

String

最大长度:1

是否达到上限。

  • 0:没有达到上限
  • 1:达到上限

响应示例

HTTP/1.1 200 OKContent-Type: application/json;charset=UTF-8Content-Length: lengthDate: response time  {  "error_code": "CBC.0000",  "error_msg": "success",  "status": "0",  "uplimit":"0"}
support.huaweicloud.com/api-bpconsole/zh-cn_topic_0083753561.html