POST xuner/guide/shopguide/getDzorderlist
获取订单列表
请求信息
URI 参数
无。
Body 参数
DzorderlistRequest| 名称 | 描述 | 类型 | 附加信息 |
|---|---|---|---|
| pageNum |
取第几页的数据 |
integer |
无。 |
| PageSize |
每页多少条数据,默认10 |
integer |
无。 |
| ordertype |
类型分为我的业绩 和 门店发货 |
string |
无。 |
| startTime |
开始时间 |
string |
无。 |
| endTime |
结束时间 |
string |
无。 |
请求格式
application/json, text/json
样例:
{
"pageNum": 0,
"PageSize": 0,
"ordertype": "",
"startTime": "",
"endTime": ""
}
响应信息
资源描述
获取订单列表
gGuideResponseOfDzorderlist| 名称 | 描述 | 类型 | 附加信息 |
|---|---|---|---|
| data | Dzorderlist |
无。 |
|
| msg |
信息 |
string |
无。 |
| code |
状态码 |
integer |
无。 |
响应格式
application/json, text/json
样例:
{
"data": {
"customerOrders": [
{
"customerOrder": {
"id": "",
"customerId": "",
"customerAddressId": "",
"salesId": "",
"code": "",
"status": "",
"payment": 0.0,
"deliveryType": 0,
"deliveryTime": "",
"payType": 0,
"gmtCreate": "0001-01-01T00:00:00",
"gmtUpdate": "0001-01-01T00:00:00",
"payTime": "0001-01-01T00:00:00",
"expressCompany": "",
"expressCode": "",
"storeId": "",
"receivePersonName": "",
"receiveMobile": "",
"receiveAddress": "",
"subject": "",
"tpTradeId": "",
"expressId": "",
"closeComment": "",
"closePersonName": "",
"customerCouponIds": "",
"couponValue": "",
"couponName": "",
"couponCode": "",
"couponBarCode": "",
"buyWay": 0,
"totalDetuct": 0,
"oldCustId": "",
"storeManagerId": "",
"flashSale": 0,
"flashsaleStoreIdPre": "",
"sharePhotoId": "",
"orderType": 0,
"distSourceSupplierId": "",
"pickUpCode": "",
"supplierId": 0,
"pickUpSalesId": "",
"pickUpSalesName": "",
"totalPrice": 0.0,
"specialPayment": "",
"postFee": 0,
"extOrderCode": "",
"pickUpTime": "",
"pickUpType": "",
"discountPromotionType": "",
"discountValue": "",
"discountPromotionId": "",
"discountPromotionName": "",
"vipId": "",
"vipName": "",
"vipDiscount": "",
"vipValue": "",
"payee": "",
"payeeType": 0,
"remark": "",
"payPassive": 0,
"serviceStatus": "",
"paymentNoPf": 0.0,
"reducePrice": 0,
"modifyPrice": "",
"pickupStoreId": 0,
"relDiscountValue": 0,
"sharedOrder": 0,
"deliverySite": 0,
"leaderDiscountValue": "",
"serviceStatusString": ""
},
"customer": {
"id": "",
"code": "",
"name": "",
"gender": "",
"avatar": "",
"birthday": "0001-01-01T00:00:00",
"phone": "",
"supplierId": 0,
"qiakrCustomerId": "",
"gmtCreate": "0001-01-01T00:00:00",
"gmtUpdate": "0001-01-01T00:00:00",
"cardNo": "",
"extCardNo": "",
"realName": "",
"year": "",
"monthDay": ""
},
"orderItemList": [
{
"id": "",
"orderId": "",
"stockId": "",
"skuId": "",
"shoppingCount": 0,
"price": 0.0,
"payment": 0.0,
"discount": "",
"discountId": "",
"productId": 0,
"productName": "",
"productPicUrl": "",
"color": "",
"size": "",
"propertyJson": "",
"shapeCode": "",
"productCode": "",
"deduct": 0,
"norms1Name": "",
"norms2Name": "",
"tags": "",
"flashsaleStockId": "",
"deliveryWay": "",
"brandSalesId": "",
"brandId": "",
"outOfStock": 0,
"applyRefund": 0,
"allPrice": 0.0,
"serviceStatus": "",
"categoryId": "",
"categoryFamilyId": 0,
"refundCount": 0,
"refundPostfee": 0,
"refundValue": 0,
"refundStatus": "",
"itemReducePrice": 0,
"itemModifyPrice": "",
"deductType": "",
"deductValue": 0,
"itemVipPrice": 0,
"bargainStockId": "",
"giftStatus": 0,
"presaleStockId": "",
"leaderDiscountValue": "",
"brandSalesName": "",
"brandName": "",
"supplierId": "",
"deductionPoint": "",
"deductionValue": "",
"returnPoint": "",
"expressCode": "",
"expressStatus": ""
}
],
"handleStore": {
"id": "",
"name": "",
"picture": "",
"logo": "",
"address": "",
"open": 0,
"province": "",
"city": "",
"district": "",
"detail": "",
"businessHours": "",
"intro": "",
"phone": "",
"longitude": 0.0,
"latitude": 0.0,
"xinpinPic": "",
"tejiaPic": "",
"entityPicture": "",
"mainBrands": "",
"gmtCreate": "",
"gmtUpdate": 0,
"extCode": "",
"supplierVipId": 0,
"endTime": "",
"storeType": "",
"insulateGroupId": 0
},
"customerOrderPayList": [
{
"id": "",
"orderId": "",
"payType": "",
"status": "",
"payment": 0.0,
"payTime": "",
"tpTradeId": "",
"payee": "",
"payeeType": 0,
"point": 0,
"payPhase": 0,
"payCode": ""
}
],
"invoiceId": ""
}
],
"count": 0
},
"msg": "",
"code": 0
}