- GetMissingStoreSkuFromOrder的fromTime是强制参数

This commit is contained in:
gazebo
2019-06-18 10:52:44 +08:00
parent a9052f4bbc
commit 41a6e71708
2 changed files with 4 additions and 4 deletions

View File

@@ -413,7 +413,7 @@ func (c *StoreSkuController) SyncJdStoreProducts() {
// @Title 从订单得到本地没有关注的商品信息
// @Description 从订单得到本地没有关注的商品信息
// @Param token header string true "认证token"
// @Param fromTime query string false "扫描的订单开始时间"
// @Param fromTime query string true "扫描的订单开始时间"
// @Success 200 {object} controllers.CallResult
// @Failure 200 {object} controllers.CallResult
// @router /GetMissingStoreSkuFromOrder [get]