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

20 lines
283 B
Go

package response
type TaobaoOpenuidGetResponse struct {
/*
System request id
*/
RequestId string `json:"request_id,omitempty" `
/*
System body
*/
Body string
/*
OpenUID
*/
OpenUid string `json:"open_uid,omitempty" `
}