1
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
package response
|
||||
|
||||
type AlibabaWdkSyncedorderQueryResponse struct {
|
||||
|
||||
/*
|
||||
System request id
|
||||
*/
|
||||
RequestId string `json:"request_id,omitempty" `
|
||||
|
||||
/*
|
||||
System body
|
||||
*/
|
||||
Body string
|
||||
|
||||
/*
|
||||
返回码
|
||||
*/
|
||||
ReturnCode int64 `json:"return_code,omitempty" `
|
||||
/*
|
||||
描述
|
||||
*/
|
||||
Message string `json:"message,omitempty" `
|
||||
/*
|
||||
是否成功
|
||||
*/
|
||||
IsSuccess bool `json:"is_success,omitempty" `
|
||||
/*
|
||||
订单号
|
||||
*/
|
||||
BizOrderId string `json:"biz_order_id,omitempty" `
|
||||
}
|
||||
Reference in New Issue
Block a user