更新细节
This commit is contained in:
parent
4d4a4488bb
commit
acce68dda1
|
@ -23,7 +23,8 @@ class OaApprove extends ApiController
|
|||
Auth::class => ['except' => []]
|
||||
];
|
||||
|
||||
public function index()
|
||||
//获取审批应用
|
||||
public function app()
|
||||
{
|
||||
$this->checkAuth();
|
||||
$uid = JWT_UID;
|
||||
|
|
Loading…
Reference in New Issue