7
0

修改请求字段

Cette révision appartient à :
liaokaishan 2020-08-07 17:43:07 +08:00
Parent 4eb2307f8a
révision f038071d28

Voir le fichier

@ -7,8 +7,8 @@ import (
type GetUserInfoRequest struct {
*requests.RpcRequest
OauthCode string `position:"Body" field:"oauthCode" default:"" `
Ident string `position:"Body" field:"ident" default:"" `
Token string `position:"Body" field:"token" default:"" `
Ident string `position:"Body" field:"ident" default:"" `
}
type GetUserInfoResponseData struct {