新版第三方平台查询授权的单个项目详情
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
project_id | Number | 必须 | 160001658 | 项目id |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
result | MxResult | 返回结果集 | |
|
1 2 3 4 5 | TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret); AlibabaDamaiMaitixProjectQueryRequest req = new AlibabaDamaiMaitixProjectQueryRequest(); req.setProjectId(160001658L); AlibabaDamaiMaitixProjectQueryResponse rsp = client.execute(req); System.out.println(rsp.getBody()); |
1 2 3 4 5 6 7 8 | < alibaba_damai_maitix_project_query_response > < result > < message ></ message > < model >[{"isHasSeat":1,"performInfoDTOS":[{"endTime":1551394800000,"performId":118366,"performStatus":30,"priceInfoDTOS":[{"maxStock":20,"price":{"amount":2.00,"cent":200,"centFactor":100,"currency":"CNY","currencyCode":"CNY","displayUnit":"元"},"priceId":2179005,"priceType":1}],"startTime":1551376800000}],"projectId":76001,"projectName":"测试项目"}]</ model > < code ></ code > < success ></ success > </ result > </ alibaba_damai_maitix_project_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 > |
错误码 | 错误描述 | 解决方案 |
---|