feat : Proxy get user info
This commit is contained in:
13
app/Interface/Test/Proxy/UserInfoInterface.php
Normal file
13
app/Interface/Test/Proxy/UserInfoInterface.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace App\Interface\Test\Proxy;
|
||||
|
||||
interface UserInfoInterface
|
||||
{
|
||||
/**
|
||||
* 用户信息接口
|
||||
* @param int $userId
|
||||
* @return array
|
||||
*/
|
||||
public function getUserInfo(int $userId): array;
|
||||
}
|
||||
Reference in New Issue
Block a user