1
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
package response
|
||||
|
||||
import (
|
||||
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability3156/domain"
|
||||
)
|
||||
|
||||
type AlibabaAelophyShopUpdateinfoResponse struct {
|
||||
|
||||
/*
|
||||
System request id
|
||||
*/
|
||||
RequestId string `json:"request_id,omitempty" `
|
||||
|
||||
/*
|
||||
System body
|
||||
*/
|
||||
Body string
|
||||
|
||||
/*
|
||||
api调用结果
|
||||
*/
|
||||
ApiResult domain.AlibabaAelophyShopUpdateinfoApiResult `json:"api_result,omitempty" `
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
package response
|
||||
|
||||
import (
|
||||
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability3156/domain"
|
||||
)
|
||||
|
||||
type AlibabaAelophyShopUpdaterangeResponse struct {
|
||||
|
||||
/*
|
||||
System request id
|
||||
*/
|
||||
RequestId string `json:"request_id,omitempty" `
|
||||
|
||||
/*
|
||||
System body
|
||||
*/
|
||||
Body string
|
||||
|
||||
/*
|
||||
api调用结果
|
||||
*/
|
||||
ApiResult domain.AlibabaAelophyShopUpdaterangeApiResult `json:"api_result,omitempty" `
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
package response
|
||||
|
||||
import (
|
||||
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability3156/domain"
|
||||
)
|
||||
|
||||
type AlibabaAelophyShopUpdatestatusResponse struct {
|
||||
|
||||
/*
|
||||
System request id
|
||||
*/
|
||||
RequestId string `json:"request_id,omitempty" `
|
||||
|
||||
/*
|
||||
System body
|
||||
*/
|
||||
Body string
|
||||
|
||||
/*
|
||||
api调用结果
|
||||
*/
|
||||
ApiResult domain.AlibabaAelophyShopUpdatestatusApiResult `json:"api_result,omitempty" `
|
||||
}
|
||||
@@ -0,0 +1,27 @@
|
||||
package response
|
||||
|
||||
type AlibabaAxWarehouseInboundCallbackResponse 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" `
|
||||
}
|
||||
@@ -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" `
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
package response
|
||||
|
||||
import (
|
||||
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability3156/domain"
|
||||
)
|
||||
|
||||
type AlibabaTclsAelophyBillDailyQueryResponse struct {
|
||||
|
||||
/*
|
||||
System request id
|
||||
*/
|
||||
RequestId string `json:"request_id,omitempty" `
|
||||
|
||||
/*
|
||||
System body
|
||||
*/
|
||||
Body string
|
||||
|
||||
/*
|
||||
结果对象
|
||||
*/
|
||||
ApiResult domain.AlibabaTclsAelophyBillDailyQueryApiPageResults `json:"api_result,omitempty" `
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
package response
|
||||
|
||||
import (
|
||||
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability3156/domain"
|
||||
)
|
||||
|
||||
type AlibabaTclsAelophyBillDetailQueryResponse struct {
|
||||
|
||||
/*
|
||||
System request id
|
||||
*/
|
||||
RequestId string `json:"request_id,omitempty" `
|
||||
|
||||
/*
|
||||
System body
|
||||
*/
|
||||
Body string
|
||||
|
||||
/*
|
||||
结果
|
||||
*/
|
||||
ApiResult domain.AlibabaTclsAelophyBillDetailQueryApiPageResults `json:"api_result,omitempty" `
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
package response
|
||||
|
||||
import (
|
||||
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability3156/domain"
|
||||
)
|
||||
|
||||
type AlibabaTclsAelophyBillVerificateCallbackResponse struct {
|
||||
|
||||
/*
|
||||
System request id
|
||||
*/
|
||||
RequestId string `json:"request_id,omitempty" `
|
||||
|
||||
/*
|
||||
System body
|
||||
*/
|
||||
Body string
|
||||
|
||||
/*
|
||||
处理结果
|
||||
*/
|
||||
ApiResult domain.AlibabaTclsAelophyBillVerificateCallbackApiResult `json:"api_result,omitempty" `
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
package response
|
||||
|
||||
import (
|
||||
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability3156/domain"
|
||||
)
|
||||
|
||||
type AlibabaTclsAelophyMerchantChannelOrderCancelResponse struct {
|
||||
|
||||
/*
|
||||
System request id
|
||||
*/
|
||||
RequestId string `json:"request_id,omitempty" `
|
||||
|
||||
/*
|
||||
System body
|
||||
*/
|
||||
Body string
|
||||
|
||||
/*
|
||||
返回结果
|
||||
*/
|
||||
ApiResult domain.AlibabaTclsAelophyMerchantChannelOrderCancelApiResult `json:"api_result,omitempty" `
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
package response
|
||||
|
||||
import (
|
||||
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability3156/domain"
|
||||
)
|
||||
|
||||
type AlibabaTclsAelophyMerchantChannelOrderCreateResponse struct {
|
||||
|
||||
/*
|
||||
System request id
|
||||
*/
|
||||
RequestId string `json:"request_id,omitempty" `
|
||||
|
||||
/*
|
||||
System body
|
||||
*/
|
||||
Body string
|
||||
|
||||
/*
|
||||
返回结果
|
||||
*/
|
||||
ApiResult domain.AlibabaTclsAelophyMerchantChannelOrderCreateApiResult `json:"api_result,omitempty" `
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
package response
|
||||
|
||||
import (
|
||||
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability3156/domain"
|
||||
)
|
||||
|
||||
type AlibabaTclsAelophyMerchantChannelOrderPrecheckResponse struct {
|
||||
|
||||
/*
|
||||
System request id
|
||||
*/
|
||||
RequestId string `json:"request_id,omitempty" `
|
||||
|
||||
/*
|
||||
System body
|
||||
*/
|
||||
Body string
|
||||
|
||||
/*
|
||||
结果
|
||||
*/
|
||||
ApiResult domain.AlibabaTclsAelophyMerchantChannelOrderPrecheckApiResult `json:"api_result,omitempty" `
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
package response
|
||||
|
||||
import (
|
||||
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability3156/domain"
|
||||
)
|
||||
|
||||
type AlibabaTclsAelophyMerchantChannelOrderSlicegetResponse struct {
|
||||
|
||||
/*
|
||||
System request id
|
||||
*/
|
||||
RequestId string `json:"request_id,omitempty" `
|
||||
|
||||
/*
|
||||
System body
|
||||
*/
|
||||
Body string
|
||||
|
||||
/*
|
||||
结果
|
||||
*/
|
||||
ApiResult domain.AlibabaTclsAelophyMerchantChannelOrderSlicegetApiResult `json:"api_result,omitempty" `
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
package response
|
||||
|
||||
import (
|
||||
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability3156/domain"
|
||||
)
|
||||
|
||||
type AlibabaTclsAelophyMerchantChannelOrderUpdatestatusResponse struct {
|
||||
|
||||
/*
|
||||
System request id
|
||||
*/
|
||||
RequestId string `json:"request_id,omitempty" `
|
||||
|
||||
/*
|
||||
System body
|
||||
*/
|
||||
Body string
|
||||
|
||||
/*
|
||||
返回结果
|
||||
*/
|
||||
ApiResult domain.AlibabaTclsAelophyMerchantChannelOrderUpdatestatusApiResult `json:"api_result,omitempty" `
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
package response
|
||||
|
||||
import (
|
||||
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability3156/domain"
|
||||
)
|
||||
|
||||
type AlibabaTclsAelophyMerchantChannelRefundApplyResponse struct {
|
||||
|
||||
/*
|
||||
System request id
|
||||
*/
|
||||
RequestId string `json:"request_id,omitempty" `
|
||||
|
||||
/*
|
||||
System body
|
||||
*/
|
||||
Body string
|
||||
|
||||
/*
|
||||
结果
|
||||
*/
|
||||
ApiResult domain.AlibabaTclsAelophyMerchantChannelRefundApplyApiResult `json:"api_result,omitempty" `
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
package response
|
||||
|
||||
import (
|
||||
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability3156/domain"
|
||||
)
|
||||
|
||||
type AlibabaTclsAelophyMerchantChannelRefundCancelResponse struct {
|
||||
|
||||
/*
|
||||
System request id
|
||||
*/
|
||||
RequestId string `json:"request_id,omitempty" `
|
||||
|
||||
/*
|
||||
System body
|
||||
*/
|
||||
Body string
|
||||
|
||||
/*
|
||||
结果
|
||||
*/
|
||||
ApiResult domain.AlibabaTclsAelophyMerchantChannelRefundCancelApiResult `json:"api_result,omitempty" `
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
package response
|
||||
|
||||
import (
|
||||
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability3156/domain"
|
||||
)
|
||||
|
||||
type AlibabaTclsAelophyMerchantChannelRefundCompleteResponse struct {
|
||||
|
||||
/*
|
||||
System request id
|
||||
*/
|
||||
RequestId string `json:"request_id,omitempty" `
|
||||
|
||||
/*
|
||||
System body
|
||||
*/
|
||||
Body string
|
||||
|
||||
/*
|
||||
结果
|
||||
*/
|
||||
ApiResult domain.AlibabaTclsAelophyMerchantChannelRefundCompleteApiResult `json:"api_result,omitempty" `
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
package response
|
||||
|
||||
import (
|
||||
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability3156/domain"
|
||||
)
|
||||
|
||||
type AlibabaTclsAelophyMerchantIdMixResponse struct {
|
||||
|
||||
/*
|
||||
System request id
|
||||
*/
|
||||
RequestId string `json:"request_id,omitempty" `
|
||||
|
||||
/*
|
||||
System body
|
||||
*/
|
||||
Body string
|
||||
|
||||
/*
|
||||
接口返回model
|
||||
*/
|
||||
ApiResult domain.AlibabaTclsAelophyMerchantIdMixApiResult `json:"api_result,omitempty" `
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
package response
|
||||
|
||||
import (
|
||||
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability3156/domain"
|
||||
)
|
||||
|
||||
type AlibabaTclsAelophyMerchantUserUploadResponse struct {
|
||||
|
||||
/*
|
||||
System request id
|
||||
*/
|
||||
RequestId string `json:"request_id,omitempty" `
|
||||
|
||||
/*
|
||||
System body
|
||||
*/
|
||||
Body string
|
||||
|
||||
/*
|
||||
接口返回model
|
||||
*/
|
||||
ApiResult domain.AlibabaTclsAelophyMerchantUserUploadApiResult `json:"api_result,omitempty" `
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
package response
|
||||
|
||||
import (
|
||||
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability3156/domain"
|
||||
)
|
||||
|
||||
type AlibabaTclsAelophyOrderReceiptQueryResponse struct {
|
||||
|
||||
/*
|
||||
System request id
|
||||
*/
|
||||
RequestId string `json:"request_id,omitempty" `
|
||||
|
||||
/*
|
||||
System body
|
||||
*/
|
||||
Body string
|
||||
|
||||
/*
|
||||
返回结果
|
||||
*/
|
||||
Result domain.AlibabaTclsAelophyOrderReceiptQueryApiResult `json:"result,omitempty" `
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
package response
|
||||
|
||||
import (
|
||||
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability3156/domain"
|
||||
)
|
||||
|
||||
type AlibabaTclsAelophyRefundAgreeResponse struct {
|
||||
|
||||
/*
|
||||
System request id
|
||||
*/
|
||||
RequestId string `json:"request_id,omitempty" `
|
||||
|
||||
/*
|
||||
System body
|
||||
*/
|
||||
Body string
|
||||
|
||||
/*
|
||||
出参
|
||||
*/
|
||||
Result domain.AlibabaTclsAelophyRefundAgreeApiResult `json:"result,omitempty" `
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
package response
|
||||
|
||||
import (
|
||||
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability3156/domain"
|
||||
)
|
||||
|
||||
type AlibabaTclsAelophyRefundCsapplyNewResponse struct {
|
||||
|
||||
/*
|
||||
System request id
|
||||
*/
|
||||
RequestId string `json:"request_id,omitempty" `
|
||||
|
||||
/*
|
||||
System body
|
||||
*/
|
||||
Body string
|
||||
|
||||
/*
|
||||
根据站点名称查询产品
|
||||
*/
|
||||
ApiResult domain.AlibabaTclsAelophyRefundCsapplyNewApiResult `json:"api_result,omitempty" `
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
package response
|
||||
|
||||
import (
|
||||
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability3156/domain"
|
||||
)
|
||||
|
||||
type AlibabaTclsAelophyRefundCsapplyResponse struct {
|
||||
|
||||
/*
|
||||
System request id
|
||||
*/
|
||||
RequestId string `json:"request_id,omitempty" `
|
||||
|
||||
/*
|
||||
System body
|
||||
*/
|
||||
Body string
|
||||
|
||||
/*
|
||||
根据站点名称查询产品
|
||||
*/
|
||||
ApiResult domain.AlibabaTclsAelophyRefundCsapplyApiResult `json:"api_result,omitempty" `
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
package response
|
||||
|
||||
import (
|
||||
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability3156/domain"
|
||||
)
|
||||
|
||||
type AlibabaTclsAelophyRefundCsapplyrenderResponse struct {
|
||||
|
||||
/*
|
||||
System request id
|
||||
*/
|
||||
RequestId string `json:"request_id,omitempty" `
|
||||
|
||||
/*
|
||||
System body
|
||||
*/
|
||||
Body string
|
||||
|
||||
/*
|
||||
响应结果
|
||||
*/
|
||||
ApiResult domain.AlibabaTclsAelophyRefundCsapplyrenderApiResult `json:"api_result,omitempty" `
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
package response
|
||||
|
||||
import (
|
||||
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability3156/domain"
|
||||
)
|
||||
|
||||
type AlibabaTclsAelophyRefundDisagreeResponse struct {
|
||||
|
||||
/*
|
||||
System request id
|
||||
*/
|
||||
RequestId string `json:"request_id,omitempty" `
|
||||
|
||||
/*
|
||||
System body
|
||||
*/
|
||||
Body string
|
||||
|
||||
/*
|
||||
出参
|
||||
*/
|
||||
Result domain.AlibabaTclsAelophyRefundDisagreeApiResult `json:"result,omitempty" `
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
package response
|
||||
|
||||
import (
|
||||
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability3156/domain"
|
||||
)
|
||||
|
||||
type AlibabaTclsAelophyRefundFetchgoodsResponse struct {
|
||||
|
||||
/*
|
||||
System request id
|
||||
*/
|
||||
RequestId string `json:"request_id,omitempty" `
|
||||
|
||||
/*
|
||||
System body
|
||||
*/
|
||||
Body string
|
||||
|
||||
/*
|
||||
出参
|
||||
*/
|
||||
Result domain.AlibabaTclsAelophyRefundFetchgoodsApiResult `json:"result,omitempty" `
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
package response
|
||||
|
||||
import (
|
||||
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability3156/domain"
|
||||
)
|
||||
|
||||
type AlibabaTclsAxIntegrationAccountImportResponse struct {
|
||||
|
||||
/*
|
||||
System request id
|
||||
*/
|
||||
RequestId string `json:"request_id,omitempty" `
|
||||
|
||||
/*
|
||||
System body
|
||||
*/
|
||||
Body string
|
||||
|
||||
/*
|
||||
根据站点名称查询产品
|
||||
*/
|
||||
Result domain.AlibabaTclsAxIntegrationAccountImportApiResult `json:"result,omitempty" `
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
package response
|
||||
|
||||
import (
|
||||
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability3156/domain"
|
||||
)
|
||||
|
||||
type AlibabaTclsAxIntegrationPermissionResponse struct {
|
||||
|
||||
/*
|
||||
System request id
|
||||
*/
|
||||
RequestId string `json:"request_id,omitempty" `
|
||||
|
||||
/*
|
||||
System body
|
||||
*/
|
||||
Body string
|
||||
|
||||
/*
|
||||
根据站点名称查询产品
|
||||
*/
|
||||
Result domain.AlibabaTclsAxIntegrationPermissionApiResult `json:"result,omitempty" `
|
||||
}
|
||||
@@ -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" `
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
package response
|
||||
|
||||
import (
|
||||
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability3156/domain"
|
||||
)
|
||||
|
||||
type AlibabaWdkAxStoreCreateResponse struct {
|
||||
|
||||
/*
|
||||
System request id
|
||||
*/
|
||||
RequestId string `json:"request_id,omitempty" `
|
||||
|
||||
/*
|
||||
System body
|
||||
*/
|
||||
Body string
|
||||
|
||||
/*
|
||||
返回结果
|
||||
*/
|
||||
ApiResult domain.AlibabaWdkAxStoreCreateApiResult `json:"api_result,omitempty" `
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
package response
|
||||
|
||||
import (
|
||||
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability3156/domain"
|
||||
)
|
||||
|
||||
type AlibabaWdkAxStoreQueryResponse struct {
|
||||
|
||||
/*
|
||||
System request id
|
||||
*/
|
||||
RequestId string `json:"request_id,omitempty" `
|
||||
|
||||
/*
|
||||
System body
|
||||
*/
|
||||
Body string
|
||||
|
||||
/*
|
||||
查询接口返回结果
|
||||
*/
|
||||
ApiResult domain.AlibabaWdkAxStoreQueryApiResult `json:"api_result,omitempty" `
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
package response
|
||||
|
||||
import (
|
||||
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability3156/domain"
|
||||
)
|
||||
|
||||
type AlibabaWdkAxStoreUpdateResponse struct {
|
||||
|
||||
/*
|
||||
System request id
|
||||
*/
|
||||
RequestId string `json:"request_id,omitempty" `
|
||||
|
||||
/*
|
||||
System body
|
||||
*/
|
||||
Body string
|
||||
|
||||
/*
|
||||
调用接口返回结果
|
||||
*/
|
||||
ApiResult domain.AlibabaWdkAxStoreUpdateApiResult `json:"api_result,omitempty" `
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
package response
|
||||
|
||||
import (
|
||||
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability3156/domain"
|
||||
)
|
||||
|
||||
type AlibabaWdkorderSharestockCpsorderListResponse struct {
|
||||
|
||||
/*
|
||||
System request id
|
||||
*/
|
||||
RequestId string `json:"request_id,omitempty" `
|
||||
|
||||
/*
|
||||
System body
|
||||
*/
|
||||
Body string
|
||||
|
||||
/*
|
||||
出参
|
||||
*/
|
||||
ApiResult domain.AlibabaWdkorderSharestockCpsorderListApiResult `json:"api_result,omitempty" `
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
package response
|
||||
|
||||
import (
|
||||
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability3156/domain"
|
||||
)
|
||||
|
||||
type WdkWarehouseOrderCancelResponse struct {
|
||||
|
||||
/*
|
||||
System request id
|
||||
*/
|
||||
RequestId string `json:"request_id,omitempty" `
|
||||
|
||||
/*
|
||||
System body
|
||||
*/
|
||||
Body string
|
||||
|
||||
/*
|
||||
返回对象封装
|
||||
*/
|
||||
DataResult domain.WdkWarehouseOrderCancelDataResult `json:"data_result,omitempty" `
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
package response
|
||||
|
||||
import (
|
||||
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability3156/domain"
|
||||
)
|
||||
|
||||
type WdkWarehouseOrderDispatchResponse struct {
|
||||
|
||||
/*
|
||||
System request id
|
||||
*/
|
||||
RequestId string `json:"request_id,omitempty" `
|
||||
|
||||
/*
|
||||
System body
|
||||
*/
|
||||
Body string
|
||||
|
||||
/*
|
||||
返回包装类
|
||||
*/
|
||||
BaseResult domain.WdkWarehouseOrderDispatchBaseResult `json:"base_result,omitempty" `
|
||||
}
|
||||
Reference in New Issue
Block a user