1
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
package response
|
||||
|
||||
type AlibabaAxWarehouseOutboundCallbackResponse struct {
|
||||
|
||||
/*
|
||||
System request id
|
||||
*/
|
||||
RequestId string `json:"request_id,omitempty" `
|
||||
|
||||
/*
|
||||
System body
|
||||
*/
|
||||
Body string
|
||||
|
||||
/*
|
||||
错误码
|
||||
*/
|
||||
ReturnCode string `json:"return_code,omitempty" `
|
||||
/*
|
||||
调用成功
|
||||
*/
|
||||
ReturnSuccess bool `json:"return_success,omitempty" `
|
||||
/*
|
||||
错误信息
|
||||
*/
|
||||
ReturnMessage string `json:"return_message,omitempty" `
|
||||
}
|
||||
Reference in New Issue
Block a user