精准捐外部需求结束
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
instance | CsrTargetedDonateInstanceStateSyncDTO | 必须 | 需求信息 | ||
|
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
result | CsrResult | 返回结果 | |
|
1 2 3 4 5 6 7 8 9 10 | TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret); AlibabaCsrOpenWorkbenchTargetedInstanceStopRequest req = new AlibabaCsrOpenWorkbenchTargetedInstanceStopRequest(); AlibabaCsrOpenWorkbenchTargetedInstanceStopRequest.CsrTargetedDonateInstanceStateSyncDTO obj1 = new AlibabaCsrOpenWorkbenchTargetedInstanceStopRequest.CsrTargetedDonateInstanceStateSyncDTO(); obj1.setReason( "可不填" ); obj1.setOutUniqueId( "123" ); obj1.setBatchId(12L); obj1.setProjectId(1L); req.setInstance(obj1); AlibabaCsrOpenWorkbenchTargetedInstanceStopResponse rsp = client.execute(req); System.out.println(rsp.getBody()); |
1 2 3 4 5 6 7 | < alibaba_csr_open_workbench_targeted_instance_stop_response > < result > < fail_msg >参数错误</ fail_msg > < fail_code >500</ fail_code > < has_success >true</ has_success > </ result > </ alibaba_csr_open_workbench_targeted_instance_stop_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 > |
错误码 | 错误描述 | 解决方案 |
---|