修改请求字段
This commit is contained in:
parent
4eb2307f8a
commit
f038071d28
@ -7,8 +7,8 @@ import (
|
|||||||
|
|
||||||
type GetUserInfoRequest struct {
|
type GetUserInfoRequest struct {
|
||||||
*requests.RpcRequest
|
*requests.RpcRequest
|
||||||
OauthCode string `position:"Body" field:"oauthCode" default:"" `
|
Token string `position:"Body" field:"token" default:"" `
|
||||||
Ident string `position:"Body" field:"ident" default:"" `
|
Ident string `position:"Body" field:"ident" default:"" `
|
||||||
}
|
}
|
||||||
|
|
||||||
type GetUserInfoResponseData struct {
|
type GetUserInfoResponseData struct {
|
||||||
|
Loading…
Reference in New Issue
Block a user