Files
baseapi/platformapi/tao_vegetable/sdk/ability304/response/TaobaoTopAuthTokenRefreshResponse.go
邹宗楠 65976332fc 1
2023-06-15 09:08:54 +08:00

20 lines
315 B
Go

package response
type TaobaoTopAuthTokenRefreshResponse struct {
/*
System request id
*/
RequestId string `json:"request_id,omitempty" `
/*
System body
*/
Body string
/*
返回的是json信息
*/
TokenResult string `json:"token_result,omitempty" `
}