Commit 21484a8c by xmy

回访售后修改

parent cc6b001c
......@@ -14,8 +14,8 @@ use Swoft\Core\ResultInterface;
* @method ResultInterface deferGet($storeId, $id)
* @method ResultInterface deferIncSales($storeId, $goodsId)
* @method ResultInterface deferDecSales($storeId, $goodsId)
* @method ResultInterface deferGetServiceByGoodsId($storeId, $goodsId)
* @method ResultInterface deferGetReturnVisitByGoodsId($storeId, $goodsId)
* @method ResultInterface deferGetServiceByGoodsId($storeId, $goodsId,$type)
* @method ResultInterface deferGetReturnVisitByGoodsId($storeId, $goodsId,$type)
* @method ResultInterface deferListByIds($ids, $storeId)
* Interface GoodsInterface
* @package Hdll\Services\Goods\Lib
......@@ -70,20 +70,22 @@ interface GoodsInterface
* 获取商品服务
* @param $storeId
* @param $goodsId
* @param $type 1 之前 2 之后
* @return mixed
* @author Administrator
*/
public function getServiceByGoodsId($storeId,$goodsId);
public function getServiceByGoodsId($storeId,$goodsId,$type);
/**
* 获取用户回访
* @param $storeId
* @param $goodsId
* @param $type 1 之前 2 之后
* @return mixed
* @author Administrator
*/
public function getReturnVisitByGoodsId($storeId, $goodsId);
public function getReturnVisitByGoodsId($storeId, $goodsId,$type);
/**
* 获取商品列表 ids
......
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