1
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
package response
|
||||
|
||||
type AlibabaWdkStockPublishResponse struct {
|
||||
|
||||
/*
|
||||
System request id
|
||||
*/
|
||||
RequestId string `json:"request_id,omitempty" `
|
||||
|
||||
/*
|
||||
System body
|
||||
*/
|
||||
Body string
|
||||
|
||||
/*
|
||||
success
|
||||
*/
|
||||
IsSuccess bool `json:"is_success,omitempty" `
|
||||
/*
|
||||
errorCode
|
||||
*/
|
||||
MsgCode string `json:"msg_code,omitempty" `
|
||||
/*
|
||||
errorMsg
|
||||
*/
|
||||
Message string `json:"message,omitempty" `
|
||||
}
|
||||
Reference in New Issue
Block a user