Commit 2367423d authored by 秦俊坤's avatar 秦俊坤

新增 Flow 相关 RPC 接口

parent 5277e238
<?php
namespace Meibuyu\Rpc\Service\Interfaces\Flow;
interface StrategyServiceInterface
{
/**
* 获取对应的策略
* @param $type
* @return mixed
*/
public function getStrategiesByType($type);
public function getStrategiesByFilter($filters, $relations = []);
}
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