API接口目录
suning.operasale.secretphonenumorder.get 隐私号订单查询
¥免费

隐私号订单查询接口,查询订单状态信息

公共参数
请求参数
名称 类型 是否必须 示例值 描述
orderIdStringY821c8bcbbe3032c10854530cd5f88494订单号
serialIdStringY821c8bcbbe3032c10854530cd5f8849401流水号
custIdStringY7112121210098717客户编码,苏宁分配
响应参数
名称 类型 示例值 描述
dealStateString0处理状态
dealMsgString未处理处理结果
pushStateString0报竣状态
pushMsgString未报竣报竣结果
请求示例
  • XML示例
  • JSON示例
复制全部代码
                                <sn_request>
  <sn_body>
    <getSecretphonenumorder>
      <orderId>821c8bcbbe3032c10854530cd5f88494</orderId>
      <serialId>821c8bcbbe3032c10854530cd5f8849401</serialId>
      <custId>7112121210098717</custId>
    </getSecretphonenumorder>
  </sn_body>
</sn_request>

                                
                                {
  "sn_request": {
    "sn_body": {
      "getSecretphonenumorder": {
        "orderId": "821c8bcbbe3032c10854530cd5f88494",
        "serialId": "821c8bcbbe3032c10854530cd5f8849401",
        "custId": "7112121210098717"
      }
    }
  }
}
                                
响应示例
  • XML示例
  • JSON示例
复制全部代码
                              <sn_responseContent>
  <sn_body>
    <getSecretphonenumorder>
      <pushState>0</pushState>
      <pushMsg>未报竣</pushMsg>
      <dealMsg>未处理</dealMsg>
      <dealState>0</dealState>
    </getSecretphonenumorder>
  </sn_body>
</sn_responseContent>

                              
                              {
  "sn_responseContent": {
    "sn_body": {
      "getSecretphonenumorder": {
        "pushState": "0",
        "pushMsg": "未报竣",
        "dealMsg": "未处理",
        "dealState": "0"
      }
    }
  }
}
                              
异常示例
  • XML示例
  • JSON示例
复制全部代码

  
  	API异常码
  	异常码中文描述
  

                           	  
{
  "sn_responseContent": {
    "sn_error": {
      "error_code": "API异常码",
      "error_msg": "异常码中文描述"
    }
  }
}
                           		
业务异常码
异常码 错误描述 解决方案
biz.operasale.getsecretphonenumorder.format-error:* 参数格式错误 请检查此参数的值,*号表示参数字段名
biz.operasale.getsecretphonenumorder.missing-parameter:* 参数必填 请检查此参数的值,*号表示参数字段名
biz.operasale.getsecretphonenumorder.length-overlong:* 参数的值超过规定长度 请检查此参数的值,*号表示参数字段名
biz.handler.data-get:no-result 查询没结果 请检查查询参数
isp.sys.service.unavailable.bss 服务不可用 请联系苏宁技术人员
biz.operasale.getsecretphonenumorder.invalid-biz:100 订单不存在 检查订单号、流水号
公共异常码
API工具
FAQ