文档
测试

数据更新记录接口

POST
请求地址/router

请求地址

|环境|服务地址(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 } ```

异常示例

```` { "code": "25", "msg": "服务方法(erp.report.last.sku.statistic.record:1.0)的签名无效", "success": false, "trace_id": "3553483395423660" } ````

错误码解释

| 错误码 |错误信息|解决方案| |-|-|-| |25|服务方法(erp.report.last.sku.statistic.record:1.0)的签名无效|签名参数错误|