1
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
package response
|
||||
|
||||
type AlibabaTclsFulfillQaOrderCreateResponse struct {
|
||||
|
||||
/*
|
||||
System request id
|
||||
*/
|
||||
RequestId string `json:"request_id,omitempty" `
|
||||
|
||||
/*
|
||||
System body
|
||||
*/
|
||||
Body string
|
||||
|
||||
/*
|
||||
鹰眼id
|
||||
*/
|
||||
TraceId string `json:"trace_id,omitempty" `
|
||||
/*
|
||||
返回素材id
|
||||
*/
|
||||
Data string `json:"data,omitempty" `
|
||||
/*
|
||||
是否成功
|
||||
*/
|
||||
RtSuccess bool `json:"rt_success,omitempty" `
|
||||
/*
|
||||
错误码
|
||||
*/
|
||||
RtErrorCode int64 `json:"rt_error_code,omitempty" `
|
||||
/*
|
||||
错误信息
|
||||
*/
|
||||
RtErrorMsg string `json:"rt_error_msg,omitempty" `
|
||||
}
|
||||
Reference in New Issue
Block a user