topsdk/ability132/response/TaobaoTmcAuthGetResponse.go

20 lines
239 B
Go

package response
type TaobaoTmcAuthGetResponse struct {
/*
System request id
*/
RequestId string `json:"request_id,omitempty" `
/*
System body
*/
Body string
/*
result
*/
Result string `json:"result,omitempty" `
}