权益流量包业务签约状态查询
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
request_params | AutoSubValidRelationDTO | 必须 | 入参对象 | ||
|
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
ret_code | String | SUCCESS | 返回码 |
is_success | Boolean | true | 是否成功 |
ret_data | AutoSubValidRelationRespDTO | 返回数据 | |
|
|||
ret_desc | String | 成功 | 返回信息 |
1 2 3 4 5 6 7 8 9 | TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret); AlibabaAlicomOpentradeAutosubQueryvalidrelationRequest req = new AlibabaAlicomOpentradeAutosubQueryvalidrelationRequest(); AlibabaAlicomOpentradeAutosubQueryvalidrelationRequest.AutoSubValidRelationDTO obj1 = new AlibabaAlicomOpentradeAutosubQueryvalidrelationRequest.AutoSubValidRelationDTO(); obj1.setProductId(300000000230L); obj1.setTaobaoId( "82736193" ); obj1.setOpenid( "123213" ); req.setRequestParams(obj1); AlibabaAlicomOpentradeAutosubQueryvalidrelationResponse rsp = client.execute(req, sessionKey); System.out.println(rsp.getBody()); |
1 2 3 4 5 6 7 8 9 | < alibaba_alicom_opentrade_autosub_queryvalidrelation_response > < ret_code >SUCCESS</ ret_code > < is_success >true</ is_success > < ret_data > < status >0</ status > < openid >123213</ openid > </ ret_data > < ret_desc >成功</ ret_desc > </ alibaba_alicom_opentrade_autosub_queryvalidrelation_response > |
1 2 3 4 5 6 | < error_response > < code >50</ code > < msg >Remote service error</ msg > < sub_code >isv.invalid-parameter</ sub_code > < sub_msg >非法参数</ sub_msg > </ error_response > |
错误码 | 错误描述 | 解决方案 |
---|