## 示例
~~~[api]
post:/
*ordersId=133066841000000#订单ID(int)
<<<
success
{
"retCode": 0,
"retMsg": "success",
"responseInfo": {
"goods": [
{
"ordersId": 133066841000000,
"goods_name": "Aroma艾罗玛黑色超轻超舒适板材镜架 ",
"photo": "http://images.chunzeacademy.com:8080/group1/M00/00/05/J2sPS1rNdNSAa_I4AADgM2QtLhU488.jpg",
"price": "10.00",
"number": 3,
"freight": "0.00",
"small_plan": "30.00"
},
{
"ordersId": 133066841000000,
"goods_name": "Aroma艾罗玛黑色超轻超舒适板材镜架",
"photo": "http://images.chunzeacademy.com:8080/group1/M00/00/06/J2sPS1r9TS-AVEJ8AAAnPnNYAQ8883.jpg",
"price": "10.00",
"number": 3,
"freight": "5.00",
"small_plan": "30.00"
}
],
"goods_total": {
"freight": "$5.00",
"total": "$60.00",
"total_price": "$65.00"
},
"collect_goods": {
"address": "北京市海淀区中关村软件园7号楼 信威集团",
"name": "秦川",
"post_codes": "519085",
"phone": "13457875545"
},
"paymentAndDistribution": {
"payType": "在线支付",
"distributionType": "快递",
"distributionCost": "$5.00",
"logisticsCompany": "顺丰快递",
"waybillNumber": 133066841000000,
"remarks": "休息日送货,送货前请电话确认"
},
"invoice": {
"type": "电子普通发票",
"rise": "个人",
"content": "商品明细"
}
}
}
<<<
error
{
"retCode": !0,
"retMsg": "errMsg"
}
~~~