ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
## WarrantyDetailApiDTO ### 简要描述 保修详情数据 ### 属性 | 名称 | 类型 | 是否隐私 | 描述 | 示例值 | | --- | --- | --- | --- | --- | | orderId | Long | 否 | 主订单号 | 60023440513182 | | orderDate | String | 否 | 下单日期,格式yyyy-MM-dd HH:mm:ss | 2015-10-23 11:33:22 | | productName | String | 否 | 产品名称,英文 | testetst | | skuInfo | String | 否 | 商品sku,json序列化 | {“color”:”red”,”size”:”s”} | | productSnapshotUrl | String | 否 | 商品快照url | http://www.aliexpress.com:1080/snapshot/3000438019.html?orderId=60023440513182 | | productProperties | String | 否 | 产品属性,json序列化 | {"a":"aa","b":"bb"} | | storeUrl | String | 否 | 店铺url | http://www.aliexpress.com:1080/store/1335004 | | country | String | 否 | 买家国家 | RU | | province | String | 否 | 买家省 | Idaho | | city | String | 否 | 买家城市 | setest | | streetAddress | String | 否 | 买家街道 | streetAddress | | postCode | String | 否 | 买家邮编 | 1000453 | | sendGoodsTime | String | 否 | 产品发货时间,yyyy-MM-dd HH:mm:ss | 2015-10-25 11:33:22 | | getGoodsTime | String | 否 | 产品收货时间,yyyy-MM-dd HH:mm:ss | 2015-11-20 11:33:22 | | productCount | Integer | 否 | 产品数量 | 1 | | status | String | 否 | 交易状态。订单状态: 1.PLACE_ORDER_SUCCESS(下单成功)2.WAIT_SELLER_SEND_GOODS(待卖家发货)3.SELLER_PART_SEND_GOODS(待卖家部分发货)4.WAIT_BUYER_ACCEPT_GOODS(等待买家收货)5.FUND_PROCESSING(资金处理中)6.FINISH(交易成功) | FINISH | | productAmount | Long | 否 | 产品金额,分 | 1234 | | serviceAmount | Long | 否 | 保修金额,分 | 23 | | payCurrency | String | 否 | 支付币种 | USD | | orderCurrency | String | 否 | 订单币种 | USD | | exchange | Double | 否 | 汇率 | 1.0000 | | warrantyType | String | 否 | 保修类型. 1.warranty_common(普通保修)2.warranty_refund(只退不修) | warranty_common | | serviceStartTime | String | 否 | 服务开始时间,买家确认收货之前为空 | 2015-11-25 11:33:22 | | serviceEndTime | String | 否 | 服务结束时间,买家确认收货之前为空 | 2016-11-24 11:33:22 | | warrantyStatus | String | 否 | 保修状态 1.notSubmit(未提交)2.create(创建)3.cancel(取消)4.finish(完成) | create | | name | String | 否 | 买家姓名,warrantyStatus=notSubmit时为空 | ctest | | telephone | String | 否 | 买家电话,warrantyStatus=notSubmit时为空 | 1248945 | | description | String | 否 | 买家保修描述,warrantyStatus=notSubmit时为空 | my phone not work! | | attachments | String | 否 | 买家保修提交附件,逗号分隔,warrantyStatus=notSubmit时为空 | aaa.jpg,b.jpg | | snapshotId | String | 否 | 交易快照id | 1111 | | productLeafCategoryId | Integer | 否 | 产品叶子类目id | 111 |