Commit f1276790 authored by Liu lu's avatar Liu lu

Merge branch 'develop' of http://git.huaperfect.com/without_auth/meibuyu-rpc into develop

parents 03f61823 2367423d
<?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