查询会员规则
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
param_rule_open_req | RuleOpenReq | 可选 | 入参 | ||
|
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
result | CommonResult | 接口结果 | |
|
1 2 3 4 5 6 7 8 9 10 11 12 | TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret); AlibabaAlscCrmOpenRuleGetRequest req = new AlibabaAlscCrmOpenRuleGetRequest(); AlibabaAlscCrmOpenRuleGetRequest.RuleOpenReq obj1 = new AlibabaAlscCrmOpenRuleGetRequest.RuleOpenReq(); obj1.setBrandId( "34392933" ); obj1.setMobile( "186518222226" ); obj1.setOuterId( "2088237923993112192" ); obj1.setOuterType( "alipay" ); obj1.setPhysicalCardId( "23831900230232323" ); obj1.setShopId( "3483434" ); req.setParamRuleOpenReq(obj1); AlibabaAlscCrmOpenRuleGetResponse rsp = client.execute(req); System.out.println(rsp.getBody()); |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 | < alibaba_alsc_crm_open_rule_get_response > < result > < biz_success >true</ biz_success > < result > < point_deduction_rule > < member_point_deduction_rules > < member_point_deduction_rule_open_info > < consume_money >100</ consume_money > < deducted_point >10</ deducted_point > < enable >true</ enable > < has_upper_limit >100</ has_upper_limit > < level_id >2253653535252</ level_id > < max_point >100</ max_point > </ member_point_deduction_rule_open_info > </ member_point_deduction_rules > < with_coupon >false</ with_coupon > </ point_deduction_rule > < voucher_template_setting_open_infos > < voucher_template_setting_open_info > < order_channel >POS</ order_channel > < per_day >10</ per_day > < per_order >10</ per_order > < voucher_template_ids > < string ></ string > </ voucher_template_ids > </ voucher_template_setting_open_info > </ voucher_template_setting_open_infos > < recharge_rule_open_info > < rule_id >2736734463762627</ rule_id > < rule_name >储值</ rule_name > < full_gift_switch >false</ full_gift_switch > < gift_type >PROPERTIONAL</ gift_type > < pay_no_pwd_switch >0</ pay_no_pwd_switch > < pay_no_pwd_credit >-1</ pay_no_pwd_credit > < deduction_order >1</ deduction_order > < shop_id >2726337</ shop_id > < list_recharge_rule_detail_infos > < recharge_rule_detail_open_info > < remark >哈哈</ remark > < gift_point >10</ gift_point > < gift_value >10</ gift_value > < real_value >10</ real_value > </ recharge_rule_detail_open_info > </ list_recharge_rule_detail_infos > </ recharge_rule_open_info > </ result > < result_code >0</ result_code > < result_desc >成功</ result_desc > < result_view >成功</ result_view > </ result > </ alibaba_alsc_crm_open_rule_get_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 > |
错误码 | 错误描述 | 解决方案 |
---|