topsdk/defaultability/response/TaobaoTmcUserCancelResponse.go

20 lines
325 B
Go
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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" `
}