文档中心 > API类目 > 天猫服务平台

alibaba.ssc.supplyplatform.workermobile.auth.get (手机号认证状态查看)

手机号认证状态查看

公共参数

请求参数

名称 类型 是否必须 示例值 更多限制 描述
phone String 可选 18777777777 手机号

响应参数

名称 类型 示例值 描述
query_phone_no_report_response Result A号码报备状态查询结果
  • └ display_msg
  • String
  • 系统异常
  • 错误信息
  • └ success
  • Boolean
  • true
  • 请求结果
  • └ error_code
  • String
  • 500
  • 错误码
  • value
  • QueryPhoneNoReportResponse []
  • 返回结果
  • └ success
  • Boolean
  • true
  • 请求结果
  • └ request_id
  • String
  • 1213
  • 请求ID
  • └ white_group_id
  • String
  • 13
  • 所属a号码组id
  • └ report_result
  • String
  • 系统判断为不同人
  • 报备失败原因
  • └ report_status
  • String
  • REVIEWING
  • 报备结果
  • └ remark
  • String
  • ***报备
  • 备注
  • └ biz_code
  • String
  • home_decoration_install
  • 业务编码
  • └ error_msg
  • String
  • 号码不存在
  • 错误信息
  • └ error_msg
  • String
  • error
  • 错误信息

请求示例

  • JAVA
  • .NET
  • PHP
  • CURL
  • Python
  • C/C++
  • NodeJS
TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret);
AlibabaSscSupplyplatformWorkermobileAuthGetRequest req = new AlibabaSscSupplyplatformWorkermobileAuthGetRequest();
req.setPhone("18777777777");
AlibabaSscSupplyplatformWorkermobileAuthGetResponse rsp = client.execute(req, sessionKey);
System.out.println(rsp.getBody());

响应示例

  • XML示例
  • JSON示例
<alibaba_ssc_supplyplatform_workermobile_auth_get_response>
    <query_phone_no_report_response>
        <display_msg>系统异常</display_msg>
        <success>true</success>
        <error_code>500</error_code>
        <value>
            <query_phone_no_report_response>
                <success>true</success>
                <request_id>1213</request_id>
                <white_group_id>13</white_group_id>
                <report_result>系统判断为不同人</report_result>
                <report_status>REVIEWING</report_status>
                <remark>***报备</remark>
                <biz_code>home_decoration_install</biz_code>
                <error_msg>号码不存在</error_msg>
            </query_phone_no_report_response>
        </value>
        <error_msg>error</error_msg>
    </query_phone_no_report_response>
</alibaba_ssc_supplyplatform_workermobile_auth_get_response>

异常示例

  • XML示例
  • JSON示例
<error_response>
    <code>50</code>
    <msg>Remote service error</msg>
    <sub_code>isv.invalid-parameter</sub_code>
    <sub_msg>非法参数</sub_msg>
</error_response>

错误码解释

错误码 错误描述 解决方案

API工具

如何获得此API

FAQ

返回
顶部