Commit 0b4365cc authored by Liu lu's avatar Liu lu

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

parents 6b62b1af 81c1e774
<?php
namespace Meibuyu\Rpc\Service\Interfaces\ProductDevelop;
/**
* @author chentianyu
*/
interface SpecimenServiceInterface
{
/**
* 创建物流信息
* @param $data
* @return int|string
* @author chentianyu
*/
public function creatLogistics($data);
}
\ No newline at end of file
......@@ -71,4 +71,12 @@ interface AuthenticationInterface
* @return array
*/
public function leadTeamIdsByUsers($userIds);
/**
* 判断是否是管理员
* @param $userId
* @return bool
*/
public function isAdmin($userId): bool;
}
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