微信会员卡添加参数获取
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
tenant_key | String | 可选 | 1 | 租户标识 | |
token | String | 可选 | 1 | 用户登录认证 | |
code | String | 可选 | 1 | 用户在公众号下的标识信息 |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
result | Response | 返回结果 | |
|
1 2 3 4 5 6 7 | TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret); AlitripMerchantGalaxyWechatCardParmQueryRequest req = new AlitripMerchantGalaxyWechatCardParmQueryRequest(); req.setTenantKey( "1" ); req.setToken( "1" ); req.setCode( "1" ); AlitripMerchantGalaxyWechatCardParmQueryResponse rsp = client.execute(req); System.out.println(rsp.getBody()); |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | < alitrip_merchant_galaxy_wechat_card_parm_query_response > < result > < success >ture</ success > < error_code >400</ error_code > < content > < card_id >1</ card_id > < code >1</ code > < open_id >1</ open_id > < timestamp >1</ timestamp > < signature >1</ signature > < nonce_str >1</ nonce_str > </ content > < error_msg >调用异常</ error_msg > </ result > </ alitrip_merchant_galaxy_wechat_card_parm_query_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 > |
错误码 | 错误描述 | 解决方案 |
---|