天猫福宝元宝发放明细查询
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
parm0 | TopCorpRequest | 可选 | parm | ||
|
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
result | Result | result | result |
|
1 2 3 4 5 6 7 8 9 10 11 | TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret); AlibabaTmallEpsOaPointSendQueryRequest req = new AlibabaTmallEpsOaPointSendQueryRequest(); AlibabaTmallEpsOaPointSendQueryRequest.TopCorpRequest obj1 = new AlibabaTmallEpsOaPointSendQueryRequest.TopCorpRequest(); obj1.setOffset(0L); obj1.setCorpId( "ding1d182ae58b9ff8a1ee0f45d8e4f7c288" ); obj1.setIsvCorpId( "ding1d182ae58b9ff8a1ee0f45d8e4f7c288" ); obj1.setSize(10L); obj1.setTaskId(148L); req.setParm0(obj1); AlibabaTmallEpsOaPointSendQueryResponse 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 | < alibaba_tmall_eps_oa_point_send_query_response > < result > < code >1</ code > < data > < ep_point_task_record_v_o_list > < ep_point_task_record_vo > < point >100</ point > < status >1</ status > < user_id >2046252024901736</ user_id > </ ep_point_task_record_vo > </ ep_point_task_record_v_o_list > < has_more >false</ has_more > < corp_id >ding1d182ae58b9ff8a1ee0f45d8e4f7c288</ corp_id > < isv_corp_id >ding1d182ae58b9ff8a1ee0f45d8e4f7c288</ isv_corp_id > < task_id >148</ task_id > </ data > < success >true</ success > < message >成功</ message > </ result > </ alibaba_tmall_eps_oa_point_send_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 > |
错误码 | 错误描述 | 解决方案 |
---|