getOrdersGoodsAccountRptList.md 1.23 KB

#大数据报表


## 对账结算

接口名:/shop/getOrdersGoodsAccountRptList


|属性名称|类型|例子|说明| |--------|----|----|----| |page|int|2|第几页| |size|int|10|每页条数| |shopId|number||店铺Id| |brandId|number||品牌Id|


### 返回

 请求样例:
 {
   "page": 1,
   "size": 2

 }
 正常返回:

 {
     "alg": "SALT_MD5",
     "code": 200,
     "data": {
        "additionInfo": {
             "allAmount": 2977817.56,//累计结算金额
         },
         "list": [
             {
                 "brandId": 144,//品牌ID
                 "brandName": "VANS", //品牌
                 "dateId": 20160518,//生成日期
                 "stateId": 2,//状态,1为已出账单,2为已付款
                 "orderAmount": 665,//金额 
             }
         ],
         "page": 1,
         "size": 10,
         "total": 14612,
         "totalPage": 1462
     },
     "md5": "ce4964c1e6defece5035c81b63c3c51d",
     "message": "getOrdersGoodsRptList result"
 }
 异常返回:
 {
     "code": 405,
     "data": [],
     "md5": "d751713988987e9331980363e24189ce",
     "message": "getOrdersGoodsRptList"
 }