🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
### 根据纠纷ID查询纠纷详情 ``` api.queryIssueDetail -- version: 1 ``` ## 系统级输入参数 | 名称 | 类型 | 是否必须 | 描述 | | --- | --- | --- | --- | | _aop_timestamp | String | 否 | 请求时间戳 | | _aop_signature | String | 是 | 请求签名 | | access_token | String | 是 | 用户授权令牌 | ## 应用级输入参数 | 名称 | 类型 | 是否必须 | 描述 | 示例值 | 默认值 | | --- | --- | --- | --- | --- | --- | | issueId | Long | 是 | 纠纷ID | 60740200006352 | | ## 返回结果 | 名称 | 类型 | 是否必须 | 描述 | 示例值 | | --- | --- | --- | --- | --- | | data | [IssueAPIDetailDTO](http://gw.api.alibaba.com/dev/doc/intl/message.htm?n=IssueAPIDetailDTO&ns=aliexpress.open&t=2&a=api.queryIssueDetail&v=1) | 是 | | {"snapshotUrl":"http://www.aliexpress.com/snapshot/3005612434.html?orderId=30117050845804","issueAPIIssueDTO":{"id":60789910095804,"gmtModified":"20151118045546000-0800","issueStatus":"seller_initiate_arbitration","gmtCreate":"20151118045420000-0800","parentOrderId":30117050845804,"limitRefundAmount":{"amount":0.01,"cent":1,"currencyCode":"USD","centFactor":100,"currency":{"defaultFractionDigits":2,"currencyCode":"USD","symbol":"$"}},"issueProcessDTOs":[{"gmtModified":"20151118211708000-0800","gmtCreate":"20151118211708000-0800","issueId":60789910095804,"actionType":"judgment_for_cc","id":30038583135804,"issueRefundSuggestionList":[{"isDefault":true}],"submitMemberType":"system"},{"gmtModified":"20151118045546000-0800","gmtCreate":"20151118045546000-0800","issueId":60789910095804,"actionType":"seller_initiate_arbitration","id":61812590375804,"content":"sadasdasd","issueRefundSuggestionList":[{"isDefault":true}],"submitMemberType":"seller"},{"gmtModified":"20151118045530000-0800","gmtCreate":"20151118045530000-0800","issueId":60789910095804,"actionType":"buyer_send_goods","id":61812590365804,"content":"","issueRefundSuggestionList":[{"isDefault":true}],"submitMemberType":"buyer"},{"gmtModified":"20151118045518000-0800","gmtCreate":"20151118045518000-0800","issueId":60789910095804,"actionType":"seller_accept","id":61812590355804,"issueRefundSuggestionList":[{"issueMoneyPost":{"amount":0.01,"cent":1,"currencyCode":"USD","centFactor":100,"currency":{"defaultFractionDigits":2,"currencyCode":"USD","symbol":"$"}},"issueReturnGoods":true,"issueRefundType":"full_amount_refund","isDefault":true,"issueMoney":{"amount":0.01,"cent":1,"currencyCode":"USD","centFactor":100,"currency":{"defaultFractionDigits":2,"currencyCode":"USD","symbol":"$"}}}],"submitMemberType":"seller"},{"gmtModified":"20151118045420000-0800","gmtCreate":"20151118045420000-0800","reason":"Color_not_as_described@3rdIssueReason","issueId":60789910095804,"actionType":"initiate","id":61812590345804,"content":"asdasdasda","issueRefundSuggestionList":[{"issueMoneyPost":{"amount":0.01,"cent":1,"currencyCode":"USD","centFactor":100,"currency":{"defaultFractionDigits":2,"currencyCode":"USD","symbol":"$"}},"issueReturnGoods":true,"issueRefundType":"full_amount_refund","isDefault":true,"issueMoney":{"amount":0.01,"cent":1,"currencyCode":"USD","centFactor":100,"currency":{"defaultFractionDigits":2,"currencyCode":"USD","symbol":"$"}}}],"submitMemberType":"buyer","isReceivedGoods":"Y","attachments":["http://g02.a.alicdn.com/kf/UT8B.pjXtxbXXcUQpbXm.png"]}],"limitRefundLocalAmount":{"amount":0.01,"cent":1,"currencyCode":"USD","centFactor":100,"currency":{"defaultFractionDigits":2,"currencyCode":"USD","symbol":"$"}},"reasonChinese":"颜色与描述不符","orderId":30117050845804,"reasonEnglish":"Color not as described"}} | | success | Boolean) | 是 | 是否成功 | true | | code | String | 是 | 错误码,当success=false时有值 | 06100001 | | msg | String | 是 | 错误原因,当success=false时有值 | 参数错误 |