数据更新记录接口
请求地址
环境 | 服务地址(HTTP/HTTPS) |
---|---|
V2正式环境(推荐) | https://gw.superboss.cc/router |
2022年4月1日以后申请的APP Key,统一使用V2正式环境的请求地址:https://gw.superboss.cc/router
请求头
全部展开
参数名
类型
描述
必填
Content-Type
String
application/x-www-form-urlencoded;charset=UTF-8
必填
API接口地址
全部展开
参数名
类型
描述
必填
method
String
erp.report.last.sku.statistic.record
必填
响应参数
全部展开
参数名
类型
描述
必填
companyId
Long
公司Id
必填
lastSkuSaleStatistic
Date
销量数据的最后一次更新时间
必填
lastSkuAfterSaleStatistic
Date
售后数据的最后一次更新时间
必填
响应示例
{
"companyId": "Long",
"lastSkuSaleStatistic": "Date",
"lastSkuAfterSaleStatistic": "Date",
"success": "boolean",
"trace_id": "long",
"total": 0
}