Commit 390b3310 by xmy

feat:批量获取后续服务 goodIds

parent aa040376
......@@ -24,6 +24,7 @@ use Swoft\Core\ResultInterface;
* @method ResultInterface deferAfterServiceTmp($storeId)
* @method ResultInterface deferAdminCountActivity($storeId)
* @method ResultInterface deferGetTopThreeSales($storeId)
* @method ResultInterface deferGetReturnVisitByGoodsIds($storeId, $goodsIds)
* Interface GoodsInterface
* @package Hdll\Services\Goods\Lib
*/
......@@ -165,4 +166,13 @@ interface GoodsInterface
* @author work
*/
public function getTopThreeSales($storeId);
/**
* 批量获取后续服务 goodIds
* @param $storeId
* @param $goodsIds
* @return mixed
* @author work
*/
public function getReturnVisitByGoodsIds($storeId, $goodsIds);
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment