Skip to content

利润报表字段更改

/report/skus 商品分析(老)

Method: GET

请求:
    不变

响应:
    code: 0
    msg: ok
    data:[
      {
        real_redund float 实退数
        real_redund_cost_money float    实退成本
        real_cost_money float   实际成本
      }
    ]

/report/sale_profit 销售利润(老)

Method: GET

请求:
    不变

响应:
    code: 0
    msg: ok
    data:[
      {
        real_redund_cost_money float    实退成本
        real_cost_money float   实际成本
      }
    ]