Skip to content

订单增加最近销售价的接口改动

station.guanmai.cn/station/order/order_sku_list改动

Method:   GET

请求:
    不变
响应:
{
    "data": {
        "list": [{
            新增
            latest_std_sale_price   最近销售价格  float   不存在为null
            latest_std_unit_name    最近销售单位  str     不存在为null
        }],
    },
    "msg": "ok",
    "code": 0
}

station.guanmai.cn/station/order/edit改动

Method:   GET

请求:
    不变
响应:
{
    "data": {
        "details": [{
            新增
            latest_std_sale_price   最近销售价格  float   不存在为null
            latest_std_unit_name    最近销售单位  str     不存在为null
        }],
    },
    "msg": "ok",
    "code": 0
}

station.guanmai.cn/station/skus/addr改动

Method:   GET

请求:
    不变
响应:
{
    "data": [{
            新增
            latest_std_sale_price   最近销售价格  float   不存在为null
            latest_std_unit_name    最近销售单位  str     不存在为null
        }],
    "msg": "ok",
    "code": 0
}