third-platform-sdk/sdk/topsdk/ability132/response/TaobaoTmcAuthGetResponse.go

20 lines
239 B
Go
Raw Permalink Normal View History

2024-05-04 16:57:40 +08:00
package response
type TaobaoTmcAuthGetResponse struct {
/*
System request id
*/
RequestId string `json:"request_id,omitempty" `
/*
System body
*/
Body string
/*
result
*/
Result string `json:"result,omitempty" `
}