作者 sgj
1 个管道 的构建 失败 耗费 0 秒

提交信息修改

... ... @@ -102,6 +102,14 @@ class TeamController extends AdminBaseController
}
/**
* 申请通过
* @throws \think\Exception
* @throws \think\db\exception\DataNotFoundException
* @throws \think\db\exception\ModelNotFoundException
* @throws \think\exception\DbException
* @throws \think\exception\PDOException
*/
public function apply_pass(){
$teamId=$this->getAdminTeamId();
$data=input();
... ...