This commit is contained in:
邹宗楠
2023-06-15 09:08:54 +08:00
parent d37bb62403
commit 65976332fc
749 changed files with 41278 additions and 14 deletions

View File

@@ -0,0 +1,23 @@
package response
import (
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability591/domain"
)
type AlibabaAelophyOrderDelivererChangeResponse struct {
/*
System request id
*/
RequestId string `json:"request_id,omitempty" `
/*
System body
*/
Body string
/*
配送员信息变更响应
*/
ApiResult domain.AlibabaAelophyOrderDelivererChangeTopBaseResult `json:"api_result,omitempty" `
}

View File

@@ -0,0 +1,23 @@
package response
import (
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability591/domain"
)
type AlibabaAelophyOrderGetResponse struct {
/*
System request id
*/
RequestId string `json:"request_id,omitempty" `
/*
System body
*/
Body string
/*
响应对象
*/
ApiResult domain.AlibabaAelophyOrderGetTopBaseResult `json:"api_result,omitempty" `
}

View File

@@ -0,0 +1,23 @@
package response
import (
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability591/domain"
)
type AlibabaAelophyOrderLogisticsTraceCallbackResponse struct {
/*
System request id
*/
RequestId string `json:"request_id,omitempty" `
/*
System body
*/
Body string
/*
配送轨迹回传响应
*/
ApiResult domain.AlibabaAelophyOrderLogisticsTraceCallbackTopBaseResult `json:"api_result,omitempty" `
}

View File

@@ -0,0 +1,23 @@
package response
import (
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability591/domain"
)
type AlibabaAelophyOrderWorkCallbackResponse struct {
/*
System request id
*/
RequestId string `json:"request_id,omitempty" `
/*
System body
*/
Body string
/*
回传响应
*/
ApiResult domain.AlibabaAelophyOrderWorkCallbackTopBaseResult `json:"api_result,omitempty" `
}

View File

@@ -0,0 +1,23 @@
package response
import (
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability591/domain"
)
type AlibabaNewretailPurchasePriceDeleteResponse struct {
/*
System request id
*/
RequestId string `json:"request_id,omitempty" `
/*
System body
*/
Body string
/*
拆单结果对象
*/
Result domain.AlibabaNewretailPurchasePriceDeleteTopBaseResult `json:"result,omitempty" `
}

View File

@@ -0,0 +1,23 @@
package response
import (
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability591/domain"
)
type AlibabaNewretailPurchasePriceSaveResponse struct {
/*
System request id
*/
RequestId string `json:"request_id,omitempty" `
/*
System body
*/
Body string
/*
调用结果对象
*/
Result domain.AlibabaNewretailPurchasePriceSaveTopBaseResult `json:"result,omitempty" `
}

View File

@@ -0,0 +1,23 @@
package response
import (
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability591/domain"
)
type AlibabaPosFundCashierShiftSummaryResponse struct {
/*
System request id
*/
RequestId string `json:"request_id,omitempty" `
/*
System body
*/
Body string
/*
接口返回
*/
Result domain.AlibabaPosFundCashierShiftSummaryResult `json:"result,omitempty" `
}

View File

@@ -0,0 +1,23 @@
package response
import (
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability591/domain"
)
type AlibabaWdkBillListResponse struct {
/*
System request id
*/
RequestId string `json:"request_id,omitempty" `
/*
System body
*/
Body string
/*
接口响应结果
*/
ApiResult domain.AlibabaWdkBillListApiResult `json:"api_result,omitempty" `
}

View File

@@ -0,0 +1,23 @@
package response
import (
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability591/domain"
)
type AlibabaWdkChannelCommentCreateResponse struct {
/*
System request id
*/
RequestId string `json:"request_id,omitempty" `
/*
System body
*/
Body string
/*
返回结果
*/
ApiResult domain.AlibabaWdkChannelCommentCreateApiResult `json:"api_result,omitempty" `
}

View File

@@ -0,0 +1,23 @@
package response
import (
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability591/domain"
)
type AlibabaWdkChannelOrderCreateResponse struct {
/*
System request id
*/
RequestId string `json:"request_id,omitempty" `
/*
System body
*/
Body string
/*
返回结果
*/
ApiResult domain.AlibabaWdkChannelOrderCreateApiResult `json:"api_result,omitempty" `
}

View File

@@ -0,0 +1,23 @@
package response
import (
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability591/domain"
)
type AlibabaWdkChannelOrderRefundConfirmResponse struct {
/*
System request id
*/
RequestId string `json:"request_id,omitempty" `
/*
System body
*/
Body string
/*
返回结果
*/
ApiResult domain.AlibabaWdkChannelOrderRefundConfirmApiResult `json:"api_result,omitempty" `
}

View File

@@ -0,0 +1,23 @@
package response
import (
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability591/domain"
)
type AlibabaWdkChannelOrderStatusUpdateResponse struct {
/*
System request id
*/
RequestId string `json:"request_id,omitempty" `
/*
System body
*/
Body string
/*
返回结果
*/
ApiResult domain.AlibabaWdkChannelOrderStatusUpdateApiResult `json:"api_result,omitempty" `
}

View File

@@ -0,0 +1,23 @@
package response
import (
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability591/domain"
)
type AlibabaWdkChannelOrderUsercancelResponse struct {
/*
System request id
*/
RequestId string `json:"request_id,omitempty" `
/*
System body
*/
Body string
/*
返回结果
*/
ApiResult domain.AlibabaWdkChannelOrderUsercancelApiResult `json:"api_result,omitempty" `
}

View File

@@ -0,0 +1,23 @@
package response
import (
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability591/domain"
)
type AlibabaWdkChannelOrderUserrefundResponse struct {
/*
System request id
*/
RequestId string `json:"request_id,omitempty" `
/*
System body
*/
Body string
/*
返回结果
*/
ApiResult domain.AlibabaWdkChannelOrderUserrefundApiResult `json:"api_result,omitempty" `
}

View File

@@ -0,0 +1,23 @@
package response
import (
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability591/domain"
)
type AlibabaWdkChannelUserSyncResponse struct {
/*
System request id
*/
RequestId string `json:"request_id,omitempty" `
/*
System body
*/
Body string
/*
返回内容
*/
ApiResult domain.AlibabaWdkChannelUserSyncApiResult `json:"api_result,omitempty" `
}

View File

@@ -0,0 +1,23 @@
package response
import (
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability591/domain"
)
type AlibabaWdkElemeBillDetailGetResponse struct {
/*
System request id
*/
RequestId string `json:"request_id,omitempty" `
/*
System body
*/
Body string
/*
返回结果
*/
Result domain.AlibabaWdkElemeBillDetailGetApiResult `json:"result,omitempty" `
}

View File

@@ -0,0 +1,23 @@
package response
import (
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability591/domain"
)
type AlibabaWdkElemeBillGetResponse struct {
/*
System request id
*/
RequestId string `json:"request_id,omitempty" `
/*
System body
*/
Body string
/*
返回结果
*/
Result domain.AlibabaWdkElemeBillGetApiResult `json:"result,omitempty" `
}

View File

@@ -0,0 +1,23 @@
package response
import (
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability591/domain"
)
type AlibabaWdkFinanceOrderBackflowResponse struct {
/*
System request id
*/
RequestId string `json:"request_id,omitempty" `
/*
System body
*/
Body string
/*
根据站点名称查询产品
*/
ApiResult domain.AlibabaWdkFinanceOrderBackflowApiResult `json:"api_result,omitempty" `
}

View File

@@ -0,0 +1,23 @@
package response
import (
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability591/domain"
)
type AlibabaWdkOldposOrderCreateResponse struct {
/*
System request id
*/
RequestId string `json:"request_id,omitempty" `
/*
System body
*/
Body string
/*
结果
*/
Result domain.AlibabaWdkOldposOrderCreatePosOrderCreateResult `json:"result,omitempty" `
}

View File

@@ -0,0 +1,23 @@
package response
import (
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability591/domain"
)
type AlibabaWdkOldposRefundCreateResponse struct {
/*
System request id
*/
RequestId string `json:"request_id,omitempty" `
/*
System body
*/
Body string
/*
result
*/
Result domain.AlibabaWdkOldposRefundCreatePosRefundCreateResult `json:"result,omitempty" `
}

View File

@@ -0,0 +1,23 @@
package response
import (
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability591/domain"
)
type AlibabaWdkOrderAggregateResponse struct {
/*
System request id
*/
RequestId string `json:"request_id,omitempty" `
/*
System body
*/
Body string
/*
result
*/
Result domain.AlibabaWdkOrderAggregateOrderAggregateQueryResult `json:"result,omitempty" `
}

View File

@@ -0,0 +1,23 @@
package response
import (
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability591/domain"
)
type AlibabaWdkOrderFinanceBillQueryResponse struct {
/*
System request id
*/
RequestId string `json:"request_id,omitempty" `
/*
System body
*/
Body string
/*
出参
*/
Result domain.AlibabaWdkOrderFinanceBillQueryWdkOpenOrderFinanceBillQueryResult `json:"result,omitempty" `
}

View File

@@ -0,0 +1,23 @@
package response
import (
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability591/domain"
)
type AlibabaWdkOrderGetResponse struct {
/*
System request id
*/
RequestId string `json:"request_id,omitempty" `
/*
System body
*/
Body string
/*
返回数据
*/
Result domain.AlibabaWdkOrderGetResult `json:"result,omitempty" `
}

View File

@@ -0,0 +1,23 @@
package response
import (
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability591/domain"
)
type AlibabaWdkOrderListResponse struct {
/*
System request id
*/
RequestId string `json:"request_id,omitempty" `
/*
System body
*/
Body string
/*
返回数据
*/
Result domain.AlibabaWdkOrderListResult `json:"result,omitempty" `
}

View File

@@ -0,0 +1,23 @@
package response
import (
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability591/domain"
)
type AlibabaWdkOrderRefundGetResponse struct {
/*
System request id
*/
RequestId string `json:"request_id,omitempty" `
/*
System body
*/
Body string
/*
结果
*/
Result domain.AlibabaWdkOrderRefundGetOrderSyncRefundListResult `json:"result,omitempty" `
}

View File

@@ -0,0 +1,23 @@
package response
import (
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability591/domain"
)
type AlibabaWdkOrderRefundListResponse struct {
/*
System request id
*/
RequestId string `json:"request_id,omitempty" `
/*
System body
*/
Body string
/*
结果内容
*/
Result domain.AlibabaWdkOrderRefundListOrderSyncRefundListResult `json:"result,omitempty" `
}

View File

@@ -0,0 +1,23 @@
package response
import (
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability591/domain"
)
type AlibabaWdkRefundAggregateResponse struct {
/*
System request id
*/
RequestId string `json:"request_id,omitempty" `
/*
System body
*/
Body string
/*
result
*/
Result domain.AlibabaWdkRefundAggregateRefundAggregateQueryResult `json:"result,omitempty" `
}

View File

@@ -0,0 +1,23 @@
package response
import (
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability591/domain"
)
type AlibabaWdkSopoPushTriggerResponse struct {
/*
System request id
*/
RequestId string `json:"request_id,omitempty" `
/*
System body
*/
Body string
/*
根据站点名称查询产品
*/
Result domain.AlibabaWdkSopoPushTriggerApiResult `json:"result,omitempty" `
}

View File

@@ -0,0 +1,23 @@
package response
import (
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability591/domain"
)
type AlibabaWdkSupplierOrderGetResponse struct {
/*
System request id
*/
RequestId string `json:"request_id,omitempty" `
/*
System body
*/
Body string
/*
result
*/
Result domain.AlibabaWdkSupplierOrderGetOrderListSyncPagedResult `json:"result,omitempty" `
}

View File

@@ -0,0 +1,23 @@
package response
import (
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability591/domain"
)
type AlibabaWdkSupplierOrderListResponse struct {
/*
System request id
*/
RequestId string `json:"request_id,omitempty" `
/*
System body
*/
Body string
/*
result
*/
Result domain.AlibabaWdkSupplierOrderListOrderListSyncPagedResult `json:"result,omitempty" `
}

View File

@@ -0,0 +1,23 @@
package response
import (
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability591/domain"
)
type AlibabaWdkSupplierRefundGetResponse struct {
/*
System request id
*/
RequestId string `json:"request_id,omitempty" `
/*
System body
*/
Body string
/*
result
*/
Result domain.AlibabaWdkSupplierRefundGetOrderSyncRefundListResult `json:"result,omitempty" `
}

View File

@@ -0,0 +1,23 @@
package response
import (
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability591/domain"
)
type AlibabaWdkSupplierRefundListResponse struct {
/*
System request id
*/
RequestId string `json:"request_id,omitempty" `
/*
System body
*/
Body string
/*
result
*/
Result domain.AlibabaWdkSupplierRefundListOrderSyncRefundListResult `json:"result,omitempty" `
}

View File

@@ -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" `
}

View File

@@ -0,0 +1,23 @@
package response
import (
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability591/domain"
)
type AlibabaWdkTradeOrderBalanceBillQueryResponse struct {
/*
System request id
*/
RequestId string `json:"request_id,omitempty" `
/*
System body
*/
Body string
/*
ApiResult
*/
ApiResult domain.AlibabaWdkTradeOrderBalanceBillQueryApiResult `json:"api_result,omitempty" `
}

View File

@@ -0,0 +1,23 @@
package response
import (
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability591/domain"
)
type AlibabaWdkTradeOrderSuccessCreateResponse struct {
/*
System request id
*/
RequestId string `json:"request_id,omitempty" `
/*
System body
*/
Body string
/*
订单返回结果
*/
OrderResult domain.AlibabaWdkTradeOrderSuccessCreateOrderQueryResult `json:"order_result,omitempty" `
}

View File

@@ -0,0 +1,23 @@
package response
import (
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability591/domain"
)
type AlibabaWdkTradeRefundSuccessCreateResponse struct {
/*
System request id
*/
RequestId string `json:"request_id,omitempty" `
/*
System body
*/
Body string
/*
订单返回结果
*/
RefundOrderResult domain.AlibabaWdkTradeRefundSuccessCreateApiResult `json:"refund_order_result,omitempty" `
}

View File

@@ -0,0 +1,23 @@
package response
import (
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability591/domain"
)
type AlibabaWdkTxdCrmStatementBackflowResponse struct {
/*
System request id
*/
RequestId string `json:"request_id,omitempty" `
/*
System body
*/
Body string
/*
结果
*/
Result domain.AlibabaWdkTxdCrmStatementBackflowApiResult `json:"result,omitempty" `
}

View File

@@ -0,0 +1,23 @@
package response
import (
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability591/domain"
)
type AlibabaWdkopenCateorderPullResponse struct {
/*
System request id
*/
RequestId string `json:"request_id,omitempty" `
/*
System body
*/
Body string
/*
调用返回
*/
TopBaseResult domain.AlibabaWdkopenCateorderPullTopBaseResult `json:"top_base_result,omitempty" `
}

View File

@@ -0,0 +1,23 @@
package response
import (
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability591/domain"
)
type AlibabaWdkopenOrderGetResponse struct {
/*
System request id
*/
RequestId string `json:"request_id,omitempty" `
/*
System body
*/
Body string
/*
结果对象
*/
TopBaseResult domain.AlibabaWdkopenOrderGetTopBaseResult `json:"top_base_result,omitempty" `
}

View File

@@ -0,0 +1,23 @@
package response
import (
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability591/domain"
)
type AlibabaWdkorderSharestockFulfillGetResponse struct {
/*
System request id
*/
RequestId string `json:"request_id,omitempty" `
/*
System body
*/
Body string
/*
调用结果
*/
Result domain.AlibabaWdkorderSharestockFulfillGetMaochaoOrderFulfillQueryResult `json:"result,omitempty" `
}

View File

@@ -0,0 +1,23 @@
package response
import (
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability591/domain"
)
type AlibabaWdkorderSharestockInsuranceCallbackResponse struct {
/*
System request id
*/
RequestId string `json:"request_id,omitempty" `
/*
System body
*/
Body string
/*
系统自动生成
*/
Result domain.AlibabaWdkorderSharestockInsuranceCallbackMaochaoOrderInsuranceCallbackResult `json:"result,omitempty" `
}

View File

@@ -0,0 +1,23 @@
package response
import (
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability591/domain"
)
type AlibabaWdkorderSharestockInsuranceGetorderResponse struct {
/*
System request id
*/
RequestId string `json:"request_id,omitempty" `
/*
System body
*/
Body string
/*
返回结果
*/
Result domain.AlibabaWdkorderSharestockInsuranceGetorderMaochaoOrderInsuranceQueryResult `json:"result,omitempty" `
}

View File

@@ -0,0 +1,23 @@
package response
import (
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability591/domain"
)
type AlibabaWdkorderSharestockInsuranceRefundcallbackResponse struct {
/*
System request id
*/
RequestId string `json:"request_id,omitempty" `
/*
System body
*/
Body string
/*
返回结果
*/
Result domain.AlibabaWdkorderSharestockInsuranceRefundcallbackMaochaoOrderInsuranceRefundCallbackResult `json:"result,omitempty" `
}

View File

@@ -0,0 +1,23 @@
package response
import (
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability591/domain"
)
type AlibabaWdkorderSharestockInsuranceRefundgetResponse struct {
/*
System request id
*/
RequestId string `json:"request_id,omitempty" `
/*
System body
*/
Body string
/*
返回结果
*/
Result domain.AlibabaWdkorderSharestockInsuranceRefundgetTopBaseResult `json:"result,omitempty" `
}

View File

@@ -0,0 +1,23 @@
package response
import (
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability591/domain"
)
type AlibabaWdkorderSharestockOrderGetResponse struct {
/*
System request id
*/
RequestId string `json:"request_id,omitempty" `
/*
System body
*/
Body string
/*
调用结果
*/
Result domain.AlibabaWdkorderSharestockOrderGetMaochaoOrderQueryResult `json:"result,omitempty" `
}