添加搜索用户
This commit is contained in:
parent
d322f27663
commit
fd41681899
@ -29,6 +29,12 @@ func (c *Client) RefreshToken(req *RefreshTokenRequest) (response *RefreshTokenR
|
||||
return
|
||||
}
|
||||
|
||||
func (c *Client) SearchUser(req *SearchUserRequest) (response *SearchUserResponse, err error) {
|
||||
response = CreateSearchUserResponse()
|
||||
err = c.DoAction(req, response)
|
||||
return
|
||||
}
|
||||
|
||||
func NewClientWithAccessKey(accesskey, secrect, source string) (client *Client, err error) {
|
||||
client = &Client{}
|
||||
err = client.InitWithAccessKey(accesskey, secrect, source)
|
||||
|
Loading…
Reference in New Issue
Block a user