Commit 10275072 by 王召彬

Merge branch 'master' of http://git.dev.2b3.cn/tencent/services into test

parents 1a4f2463 f8d7e708
# 1.0.83
- 添加服务模版消息
# 1.0.82
- 添加根据店铺名称获取店铺信息的rpc接口
......
......@@ -17,6 +17,7 @@ use Swoft\Core\ResultInterface;
* @method ResultInterface deferGetServiceByGoodsId($storeId, $goodsId, $type = 3)
* @method ResultInterface deferGetReturnVisitByGoodsId($storeId, $goodsId, $type = 2)
* @method ResultInterface deferListByIds($ids, $storeId)
* @method ResultInterface deferAfterServiceTmp($storeId)
* Interface GoodsInterface
* @package Hdll\Services\Goods\Lib
*/
......@@ -96,4 +97,12 @@ interface GoodsInterface
* @author Administrator
*/
public function listByIds(array $ids, $storeId, $order = ['id', 'DESC']);
/**
* 添加后续服务模版
* @param $storeId
* @return mixed
* @author work
*/
public function afterServiceTmp($storeId);
}
\ No newline at end of file
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