StrategyServiceInterface.php 299 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 <?php namespace Meibuyu\Rpc\Service\Interfaces\Flow; interface StrategyServiceInterface { /** * 获取对应的策略 * @param $type * @return mixed */ public function getStrategiesByType($type); public function getStrategiesByFilter($filters, $relations = []); }