third-platform-sdk/sdk/topsdk/defaultability/response/TaobaoTmcUserCancelResponse.go

20 lines
325 B
Go
Raw Normal View History

2024-05-04 16:57:40 +08:00
package response
type TaobaoTmcUserCancelResponse struct {
/*
System request id
*/
RequestId string `json:"request_id,omitempty" `
/*
System body
*/
Body string
/*
是否成功,如果为false并且没有错误码表示删除的用户不存在
*/
IsSuccess bool `json:"is_success,omitempty" `
}