2024-05-04 16:57:40 +08:00
|
|
|
package response
|
|
|
|
|
|
2025-06-10 12:34:43 +08:00
|
|
|
import ()
|
|
|
|
|
|
2024-05-04 16:57:40 +08:00
|
|
|
type TaobaoTmcAuthGetResponse struct {
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
System request id
|
|
|
|
|
*/
|
|
|
|
|
RequestId string `json:"request_id,omitempty" `
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
System body
|
|
|
|
|
*/
|
|
|
|
|
Body string
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
result
|
|
|
|
|
*/
|
|
|
|
|
Result string `json:"result,omitempty" `
|
|
|
|
|
}
|