Showing
1 changed file
with
134 additions
and
0 deletions
@@ -133,6 +133,140 @@ | @@ -133,6 +133,140 @@ | ||
133 | | expect_arrival_time | string | 预期到货时间 | | 133 | | expect_arrival_time | string | 预期到货时间 | |
134 | 134 | ||
135 | 135 | ||
136 | +## 2、订单详情 | ||
137 | + | ||
138 | + | ||
139 | +#### 正确响应内容 | ||
140 | +```json | ||
141 | +{ | ||
142 | + "alg": "SALT_MD5", | ||
143 | + "code": 200, | ||
144 | + "data": { | ||
145 | + "address": "你那", | ||
146 | + "amount": "¥690.00", | ||
147 | + "area": "北京市 北京市 东城区 ", | ||
148 | + "area_code": "110101", | ||
149 | + "attribute": "0", | ||
150 | + "can_comment": "Y", | ||
151 | + "coupons_amount": "-¥0.00", | ||
152 | + "create_time": "1458138942", | ||
153 | + "delivery_time": "只工作日送货(双休日、节假日不用送)", | ||
154 | + "exchange_status": "0", | ||
155 | + "express_company": { | ||
156 | + "caption": "顺丰", | ||
157 | + "is_support": 1, | ||
158 | + "logo": "http://static.yohobuy.com/images/v3/express/order_carrier_sf_logo.png", | ||
159 | + "url": "http://www.sf-express.com" | ||
160 | + }, | ||
161 | + "goods_total_amount": "¥690.00", | ||
162 | + "is_cancel": "N", | ||
163 | + "is_support_exchange": "N", | ||
164 | + "is_support_refund": "N", | ||
165 | + "mobile": "15950561359", | ||
166 | + "order_code": "1519816409", | ||
167 | + "order_goods": [ | ||
168 | + { | ||
169 | + "buy_number": "2", | ||
170 | + "cn_alphabet": "5PREVIEWPJBASICTEENvZhuangTaoTouShanJ540_100", | ||
171 | + "color_name": "白色", | ||
172 | + "expect_arrival_time": "", | ||
173 | + "goods_amount": "690.00", | ||
174 | + "goods_id": 185491, | ||
175 | + "goods_image": "http://img13.static.yhbimg.com/goodsimg/2014/11/27/09/0222a041d7f9c17479a684e9e7e4efeac2.jpg?imageMogr2/thumbnail/{width}x{height}/extent/{width}x{height}/background/d2hpdGU=/position/center/quality/80", | ||
176 | + "goods_price": "345.00", | ||
177 | + "goods_status": "", | ||
178 | + "goods_type": "ordinary", | ||
179 | + "product_id": "133109", | ||
180 | + "product_name": "5 PREVIEW 人物趣味印花圆领T恤衫 (通用款)", | ||
181 | + "product_skn": "51080712", | ||
182 | + "product_sku": "51080712", | ||
183 | + "size_name": "XXS", | ||
184 | + "yoho_give_coin": 0 | ||
185 | + } | ||
186 | + ], | ||
187 | + "order_id": "5529469", | ||
188 | + "order_type": "3", | ||
189 | + "parent_order_code": "0", | ||
190 | + "pay_expire": "2016-03-17 00:35:42", | ||
191 | + "payment": "0", | ||
192 | + "payment_amount": "690.00", | ||
193 | + "payment_name": "", | ||
194 | + "payment_status": "Y", | ||
195 | + "payment_type": "1", | ||
196 | + "phone": "", | ||
197 | + "promotion_amount": "-¥0.00", | ||
198 | + "refund_status": "0", | ||
199 | + "remark": "", | ||
200 | + "shipping_cost": "¥0.00", | ||
201 | + "status": "6", | ||
202 | + "status_str": "交易成功", | ||
203 | + "use_limit_code": "N", | ||
204 | + "user_confirm_paid": "N", | ||
205 | + "user_name": "骆秀春", | ||
206 | + "yoho_coin_num": "-¥9.60", | ||
207 | + "yoho_give_coin": 0, | ||
208 | + // 是否包含多个包裹 Y:分仓调拨,N:单个包裹 | ||
209 | + "is_multi_package": "Y", | ||
210 | + // 包裹明细 | ||
211 | + "package_list": [ | ||
212 | + { | ||
213 | + // 供应商编号 | ||
214 | + "supplier_id": "0", | ||
215 | + // 包裹中商品 | ||
216 | + "goods_list": [ | ||
217 | + { | ||
218 | + "buy_number": 1, | ||
219 | + "goods_id": 125106, | ||
220 | + "goods_image": "http://img10.static.yhbimg.com/goodsimg/2014/06/19/02/0118c2721e4f2219f69539dd389f4bacac.jpg?imageMogr2/thumbnail/{width}x{height}/extent/{width}x{height}/background/d2hpdGU=/position/center/quality/80", | ||
221 | + "goods_price": "1.00", | ||
222 | + "goods_type": "ordinary", | ||
223 | + "goods_amount": "1.00", | ||
224 | + "product_id": 84230, | ||
225 | + "product_name": "004 满版龙纹迷彩七分休闲裤", | ||
226 | + "product_skn": 51055461, | ||
227 | + "refund_num": 0, | ||
228 | + "size_name": "M", | ||
229 | + "color_name": "彩色", | ||
230 | + "cn_alphabet": "004QiFenBuKu004PA095", | ||
231 | + "expect_arrival_time": "" | ||
232 | + } | ||
233 | + ], | ||
234 | + // 包裹运费 | ||
235 | + "shopping_cost": 3, | ||
236 | + // 运费原价 | ||
237 | + "shopping_orig_cost": 10 | ||
238 | + }, | ||
239 | + { | ||
240 | + "supplier_id": "23", | ||
241 | + "goods_list": [ | ||
242 | + { | ||
243 | + "buy_number": 1, | ||
244 | + "goods_id": 125106, | ||
245 | + "goods_image": "http://img10.static.yhbimg.com/goodsimg/2014/06/19/02/0118c2721e4f2219f69539dd389f4bacac.jpg?imageMogr2/thumbnail/{width}x{height}/extent/{width}x{height}/background/d2hpdGU=/position/center/quality/80", | ||
246 | + "goods_price": "1.00", | ||
247 | + "goods_type": "ordinary", | ||
248 | + "goods_amount": "1.00", | ||
249 | + "product_id": 84230, | ||
250 | + "product_name": "004 满版龙纹迷彩七分休闲裤", | ||
251 | + "product_skn": 51055461, | ||
252 | + "refund_num": 0, | ||
253 | + "size_name": "M", | ||
254 | + "color_name": "彩色", | ||
255 | + "cn_alphabet": "004QiFenBuKu004PA095", | ||
256 | + "expect_arrival_time": "" | ||
257 | + } | ||
258 | + ], | ||
259 | + "shopping_cost": 3, | ||
260 | + "shopping_orig_cost": 10 | ||
261 | + } | ||
262 | + ] | ||
263 | + }, | ||
264 | + "md5": "93833c6c94b5da93af49f4591a166147", | ||
265 | + "message": "OK" | ||
266 | +} | ||
267 | +``` | ||
268 | + | ||
269 | + | ||
136 | ### 3、取消订单 | 270 | ### 3、取消订单 |
137 | 271 | ||
138 | #### 说明 | 272 | #### 说明 |
-
Please register or login to post a comment