suning.superext.checkpaidthreshold.query 校验购买付费会员资格
¥免费

通过该接口可以校验第三方会员在易购侧的购买资格

1.校验风控

2.校验购买super门槛

3.校验待注册次数限制


公共参数
请求参数
名称 类型 是否必须 示例值 描述
appCodeStringYmigu请求方对应的英文系统名
mobileNumStringN18200000001手机号
extSystemIdStringY139000004710第三方系统号
mixCustNumStringN混淆会员编号
businessSourceStringNA7000120业务来源
packageIdStringNSZSQFFHYTC674JDB套餐包ID
响应参数
名称 类型 示例值 描述
statusStringCOMPLETE成功
请求示例
  • XML示例
  • JSON示例
复制全部代码
                                
<sn_request>
  <sn_body>
    <queryCheckpaidthreshold>
      <businessSource>A7000120</businessSource>
      <mixCustNum>无</mixCustNum>
      <mobileNum>18200000001</mobileNum>
      <extSystemId>139000004710</extSystemId>
      <packageId>SZSQFFHYTC674JDB</packageId>
      <appCode>migu</appCode>
    </queryCheckpaidthreshold>
  </sn_body>
</sn_request>

			
                                
                                
{
  "sn_request": {
    "sn_body": {
      "queryCheckpaidthreshold": {
        "businessSource": "A7000120",
        "mixCustNum": "无",
        "mobileNum": "18200000001",
        "extSystemId": "139000004710",
        "packageId": "SZSQFFHYTC674JDB",
        "appCode": "migu"
      }
    }
  }
}
			
                                
响应示例
  • XML示例
  • JSON示例
复制全部代码
                              
<sn_responseContent>
  <sn_body>
    <queryCheckpaidthreshold>
      <status>COMPLETE</status>
    </queryCheckpaidthreshold>
  </sn_body>
</sn_responseContent>

			
                              
                              
{
  "sn_responseContent": {
    "sn_body": {
      "queryCheckpaidthreshold": {
        "status": "COMPLETE"
      }
    }
  }
}
			
                              
异常示例
  • XML示例
  • JSON示例
复制全部代码

  
  	API异常码
  	异常码中文描述
  

                           	  
{
  "sn_responseContent": {
    "sn_error": {
      "error_code": "API异常码",
      "error_msg": "异常码中文描述"
    }
  }
}
                           		
业务异常码
异常码 错误描述 解决方案
biz.superext.querycheckpaidthreshold.format-error:* 参数格式错误 请检查此参数的值,*号表示参数字段名
biz.superext.querycheckpaidthreshold.missing-parameter:* 参数必填 请检查此参数的值,*号表示参数字段名
biz.superext.querycheckpaidthreshold.length-overlong:* 参数的值超过规定长度 请检查此参数的值,*号表示参数字段名
biz.handler.data-get:no-result 查询没结果 请检查查询参数
isp.sys.service.unavailable.qqs 服务不可用 请联系苏宁技术人员
biz.superext.querycheckpaidthreshold.invalid-biz:100 系统错误 请联系会员中心技术人员
biz.superext.querycheckpaidthreshold.invalid-biz:101 风控校验不通过 风控校验不通过
biz.superext.querycheckpaidthreshold.invalid-biz:102 必须为个人普通消费者 必须为个人普通消费者
biz.superext.querycheckpaidthreshold.invalid-biz:103 超过待注册次数限制 超过待注册次数限制
biz.superext.querycheckpaidthreshold.invalid-biz:104 超过自然年次数限制 超过自然年次数限制
biz.superext.querycheckpaidthreshold.invalid-biz:105 手机号格式不正确 手机号格式不正确
biz.superext.querycheckpaidthreshold.invalid-biz:106 extSystemId格式不正确 extSystemId格式不正确
biz.superext.querycheckpaidthreshold.invalid-biz:107 套餐包ID不存在 套餐包ID不存在
公共异常码
API工具
FAQ