third-platform-sdk/sdk/fliggysdk/ability304/response/TaobaoOpenuidGetBytradeResponse.go

20 lines
280 B
Go
Raw Normal View History

2024-08-05 17:19:30 +08:00
package response
type TaobaoOpenuidGetBytradeResponse struct {
/*
System request id
*/
RequestId string `json:"request_id,omitempty" `
/*
System body
*/
Body string
/*
当前交易tid对应买家的openuid
*/
OpenUid string `json:"open_uid,omitempty" `
}