修改git.rosy.net.cn -> gitrosy.jxc4.com

This commit is contained in:
邹宗楠
2025-11-20 14:27:08 +08:00
parent c096777a8b
commit 92abaedab3
1037 changed files with 2162 additions and 2421 deletions

View File

@@ -2,10 +2,10 @@ package ability587
import (
"errors"
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk"
request2 "git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability587/request"
response2 "git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability587/response"
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/util"
"gitrosy.jxc4.com/baseapi/platformapi/tao_vegetable/sdk"
request2 "gitrosy.jxc4.com/baseapi/platformapi/tao_vegetable/sdk/ability587/request"
response2 "gitrosy.jxc4.com/baseapi/platformapi/tao_vegetable/sdk/ability587/response"
"gitrosy.jxc4.com/baseapi/platformapi/tao_vegetable/sdk/util"
"log"
)

View File

@@ -1,7 +1,7 @@
package domain
import (
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/util"
"gitrosy.jxc4.com/baseapi/platformapi/tao_vegetable/sdk/util"
)
type AlibabaPricePromotionCreatePromotionActivityDo struct {

View File

@@ -1,7 +1,7 @@
package domain
import (
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/util"
"gitrosy.jxc4.com/baseapi/platformapi/tao_vegetable/sdk/util"
)
type AlibabaPricePromotionItemAddPromotionSku struct {

View File

@@ -1,7 +1,7 @@
package domain
import (
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/util"
"gitrosy.jxc4.com/baseapi/platformapi/tao_vegetable/sdk/util"
)
type AlibabaWdkSkuMerchantskuScrollQueryWdkOpenMerchantSkuDo struct {

View File

@@ -1,7 +1,7 @@
package domain
import (
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/util"
"gitrosy.jxc4.com/baseapi/platformapi/tao_vegetable/sdk/util"
)
type AlibabaWdkSkuStoreskuScrollQueryWdkOpenMerchantStoreSkuDo struct {

View File

@@ -1,7 +1,7 @@
package domain
import (
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/util"
"gitrosy.jxc4.com/baseapi/platformapi/tao_vegetable/sdk/util"
)
type AlibabaWdkSkuWarehouseskuQueryWarehouseSkuDo struct {

View File

@@ -1,7 +1,7 @@
package domain
import (
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/util"
"gitrosy.jxc4.com/baseapi/platformapi/tao_vegetable/sdk/util"
)
type AlibabaWdkSkuWarehouseskuScrollQueryWarehouseSkuDo struct {

View File

@@ -1,8 +1,8 @@
package request
import (
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability587/domain"
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/util"
"gitrosy.jxc4.com/baseapi/platformapi/tao_vegetable/sdk/ability587/domain"
"gitrosy.jxc4.com/baseapi/platformapi/tao_vegetable/sdk/util"
)
type AlibabaAxChannelSkuStatusUpdateRequest struct {

View File

@@ -1,8 +1,8 @@
package request
import (
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability587/domain"
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/util"
"gitrosy.jxc4.com/baseapi/platformapi/tao_vegetable/sdk/ability587/domain"
"gitrosy.jxc4.com/baseapi/platformapi/tao_vegetable/sdk/util"
)
type AlibabaPricePromotionCreateRequest struct {

View File

@@ -1,8 +1,8 @@
package request
import (
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability587/domain"
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/util"
"gitrosy.jxc4.com/baseapi/platformapi/tao_vegetable/sdk/ability587/domain"
"gitrosy.jxc4.com/baseapi/platformapi/tao_vegetable/sdk/util"
)
type AlibabaPricePromotionItemAddRequest struct {

View File

@@ -1,7 +1,7 @@
package request
import (
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/util"
"gitrosy.jxc4.com/baseapi/platformapi/tao_vegetable/sdk/util"
)
type AlibabaPricePromotionItemDeleteRequest struct {

View File

@@ -1,8 +1,8 @@
package request
import (
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability587/domain"
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/util"
"gitrosy.jxc4.com/baseapi/platformapi/tao_vegetable/sdk/ability587/domain"
"gitrosy.jxc4.com/baseapi/platformapi/tao_vegetable/sdk/util"
)
type AlibabaWdkItemCategoryUpdateRequest struct {
@@ -25,6 +25,6 @@ func (req *AlibabaWdkItemCategoryUpdateRequest) ToMap() map[string]interface{} {
}
func (req *AlibabaWdkItemCategoryUpdateRequest) ToFileMap() map[string]interface{} {
fileMap := make(map[string]interface{})
return fileMap
}
fileMap := make(map[string]interface{})
return fileMap
}

View File

@@ -1,7 +1,7 @@
package request
import (
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/util"
"gitrosy.jxc4.com/baseapi/platformapi/tao_vegetable/sdk/util"
)
type AlibabaWdkItemChangepriceQueryRequest struct {

View File

@@ -1,7 +1,7 @@
package request
import (
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/util"
"gitrosy.jxc4.com/baseapi/platformapi/tao_vegetable/sdk/util"
)
type AlibabaWdkItemCurrentpriceQueryRequest struct {

View File

@@ -1,7 +1,7 @@
package request
import (
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/util"
"gitrosy.jxc4.com/baseapi/platformapi/tao_vegetable/sdk/util"
)
type AlibabaWdkItemFuturepriceQueryRequest struct {

View File

@@ -1,8 +1,8 @@
package request
import (
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability587/domain"
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/util"
"gitrosy.jxc4.com/baseapi/platformapi/tao_vegetable/sdk/ability587/domain"
"gitrosy.jxc4.com/baseapi/platformapi/tao_vegetable/sdk/util"
)
type AlibabaWdkItemMerchantCategoryQueryRequest struct {

View File

@@ -1,8 +1,8 @@
package request
import (
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability587/domain"
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/util"
"gitrosy.jxc4.com/baseapi/platformapi/tao_vegetable/sdk/ability587/domain"
"gitrosy.jxc4.com/baseapi/platformapi/tao_vegetable/sdk/util"
)
type AlibabaWdkItemMorebarcodeOpsRequest struct {

View File

@@ -1,8 +1,8 @@
package request
import (
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability587/domain"
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/util"
"gitrosy.jxc4.com/baseapi/platformapi/tao_vegetable/sdk/ability587/domain"
"gitrosy.jxc4.com/baseapi/platformapi/tao_vegetable/sdk/util"
)
type AlibabaWdkItemStoreskustatusUpdateRequest struct {

View File

@@ -1,8 +1,8 @@
package request
import (
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability587/domain"
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/util"
"gitrosy.jxc4.com/baseapi/platformapi/tao_vegetable/sdk/ability587/domain"
"gitrosy.jxc4.com/baseapi/platformapi/tao_vegetable/sdk/util"
)
type AlibabaWdkSkuCategoryAddRequest struct {

View File

@@ -1,8 +1,8 @@
package request
import (
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability587/domain"
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/util"
"gitrosy.jxc4.com/baseapi/platformapi/tao_vegetable/sdk/ability587/domain"
"gitrosy.jxc4.com/baseapi/platformapi/tao_vegetable/sdk/util"
)
type AlibabaWdkSkuCategoryDeleteRequest struct {

View File

@@ -1,8 +1,8 @@
package request
import (
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability587/domain"
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/util"
"gitrosy.jxc4.com/baseapi/platformapi/tao_vegetable/sdk/ability587/domain"
"gitrosy.jxc4.com/baseapi/platformapi/tao_vegetable/sdk/util"
)
type AlibabaWdkSkuCategoryQueryRequest struct {

View File

@@ -1,8 +1,8 @@
package request
import (
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability587/domain"
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/util"
"gitrosy.jxc4.com/baseapi/platformapi/tao_vegetable/sdk/ability587/domain"
"gitrosy.jxc4.com/baseapi/platformapi/tao_vegetable/sdk/util"
)
type AlibabaWdkSkuCategoryUpdateRequest struct {

View File

@@ -1,8 +1,8 @@
package request
import (
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability587/domain"
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/util"
"gitrosy.jxc4.com/baseapi/platformapi/tao_vegetable/sdk/ability587/domain"
"gitrosy.jxc4.com/baseapi/platformapi/tao_vegetable/sdk/util"
)
type AlibabaWdkSkuFeatureRequest struct {

View File

@@ -1,7 +1,7 @@
package request
import (
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/util"
"gitrosy.jxc4.com/baseapi/platformapi/tao_vegetable/sdk/util"
)
type AlibabaWdkSkuWarehouseskuQueryRequest struct {

View File

@@ -1,7 +1,7 @@
package response
import (
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability587/domain"
"gitrosy.jxc4.com/baseapi/platformapi/tao_vegetable/sdk/ability587/domain"
)
type AlibabaAxChannelSkuStatusUpdateResponse struct {

View File

@@ -1,7 +1,7 @@
package response
import (
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability587/domain"
"gitrosy.jxc4.com/baseapi/platformapi/tao_vegetable/sdk/ability587/domain"
)
type AlibabaPricePromotionItemAddResponse struct {

View File

@@ -1,7 +1,7 @@
package response
import (
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability587/domain"
"gitrosy.jxc4.com/baseapi/platformapi/tao_vegetable/sdk/ability587/domain"
)
type AlibabaPricePromotionItemDeleteResponse struct {

View File

@@ -1,7 +1,7 @@
package response
import (
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability587/domain"
"gitrosy.jxc4.com/baseapi/platformapi/tao_vegetable/sdk/ability587/domain"
)
type AlibabaWdkItemBrandQueryResponse struct {

View File

@@ -1,7 +1,7 @@
package response
import (
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability587/domain"
"gitrosy.jxc4.com/baseapi/platformapi/tao_vegetable/sdk/ability587/domain"
)
type AlibabaWdkItemCategoryQueryResponse struct {

View File

@@ -1,7 +1,7 @@
package response
import (
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability587/domain"
"gitrosy.jxc4.com/baseapi/platformapi/tao_vegetable/sdk/ability587/domain"
)
type AlibabaWdkItemCategoryUpdateResponse struct {

View File

@@ -1,7 +1,7 @@
package response
import (
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability587/domain"
"gitrosy.jxc4.com/baseapi/platformapi/tao_vegetable/sdk/ability587/domain"
)
type AlibabaWdkItemChangepriceQueryResponse struct {

View File

@@ -1,7 +1,7 @@
package response
import (
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability587/domain"
"gitrosy.jxc4.com/baseapi/platformapi/tao_vegetable/sdk/ability587/domain"
)
type AlibabaWdkItemCurrentpriceQueryResponse struct {

View File

@@ -1,7 +1,7 @@
package response
import (
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability587/domain"
"gitrosy.jxc4.com/baseapi/platformapi/tao_vegetable/sdk/ability587/domain"
)
type AlibabaWdkItemFuturepriceQueryResponse struct {

View File

@@ -1,7 +1,7 @@
package response
import (
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability587/domain"
"gitrosy.jxc4.com/baseapi/platformapi/tao_vegetable/sdk/ability587/domain"
)
type AlibabaWdkItemMemberpriceUpdateResponse struct {

View File

@@ -1,7 +1,7 @@
package response
import (
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability587/domain"
"gitrosy.jxc4.com/baseapi/platformapi/tao_vegetable/sdk/ability587/domain"
)
type AlibabaWdkItemMerchantCategoryQueryResponse struct {

View File

@@ -1,7 +1,7 @@
package response
import (
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability587/domain"
"gitrosy.jxc4.com/baseapi/platformapi/tao_vegetable/sdk/ability587/domain"
)
type AlibabaWdkItemMerchantskuCreateResponse struct {

View File

@@ -1,7 +1,7 @@
package response
import (
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability587/domain"
"gitrosy.jxc4.com/baseapi/platformapi/tao_vegetable/sdk/ability587/domain"
)
type AlibabaWdkItemMerchantskuQueryResponse struct {

View File

@@ -1,7 +1,7 @@
package response
import (
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability587/domain"
"gitrosy.jxc4.com/baseapi/platformapi/tao_vegetable/sdk/ability587/domain"
)
type AlibabaWdkItemMerchantskuUpdateResponse struct {

View File

@@ -1,7 +1,7 @@
package response
import (
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability587/domain"
"gitrosy.jxc4.com/baseapi/platformapi/tao_vegetable/sdk/ability587/domain"
)
type AlibabaWdkItemMerchantstoreskuCreateResponse struct {

View File

@@ -1,7 +1,7 @@
package response
import (
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability587/domain"
"gitrosy.jxc4.com/baseapi/platformapi/tao_vegetable/sdk/ability587/domain"
)
type AlibabaWdkItemMerchantstoreskuUpdateResponse struct {

View File

@@ -1,7 +1,7 @@
package response
import (
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability587/domain"
"gitrosy.jxc4.com/baseapi/platformapi/tao_vegetable/sdk/ability587/domain"
)
type AlibabaWdkItemMorebarcodeOpsResponse struct {

View File

@@ -1,7 +1,7 @@
package response
import (
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability587/domain"
"gitrosy.jxc4.com/baseapi/platformapi/tao_vegetable/sdk/ability587/domain"
)
type AlibabaWdkItemPriceUpdateResponse struct {

View File

@@ -1,7 +1,7 @@
package response
import (
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability587/domain"
"gitrosy.jxc4.com/baseapi/platformapi/tao_vegetable/sdk/ability587/domain"
)
type AlibabaWdkItemStoreskuQueryResponse struct {

View File

@@ -1,7 +1,7 @@
package response
import (
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability587/domain"
"gitrosy.jxc4.com/baseapi/platformapi/tao_vegetable/sdk/ability587/domain"
)
type AlibabaWdkItemStoreskuUpdateResponse struct {

View File

@@ -1,7 +1,7 @@
package response
import (
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability587/domain"
"gitrosy.jxc4.com/baseapi/platformapi/tao_vegetable/sdk/ability587/domain"
)
type AlibabaWdkItemStoreskustatusUpdateResponse struct {

View File

@@ -1,7 +1,7 @@
package response
import (
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability587/domain"
"gitrosy.jxc4.com/baseapi/platformapi/tao_vegetable/sdk/ability587/domain"
)
type AlibabaWdkMerchantBrandQueryResponse struct {

View File

@@ -1,7 +1,7 @@
package response
import (
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability587/domain"
"gitrosy.jxc4.com/baseapi/platformapi/tao_vegetable/sdk/ability587/domain"
)
type AlibabaWdkMerchantItemCreatedraftResponse struct {

View File

@@ -1,7 +1,7 @@
package response
import (
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability587/domain"
"gitrosy.jxc4.com/baseapi/platformapi/tao_vegetable/sdk/ability587/domain"
)
type AlibabaWdkMerchantItemQueryResponse struct {

View File

@@ -1,7 +1,7 @@
package response
import (
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability587/domain"
"gitrosy.jxc4.com/baseapi/platformapi/tao_vegetable/sdk/ability587/domain"
)
type AlibabaWdkMerchantItemUpdateResponse struct {

View File

@@ -1,7 +1,7 @@
package response
import (
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability587/domain"
"gitrosy.jxc4.com/baseapi/platformapi/tao_vegetable/sdk/ability587/domain"
)
type AlibabaWdkMerchantStoreitemQueryResponse struct {

View File

@@ -1,7 +1,7 @@
package response
import (
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability587/domain"
"gitrosy.jxc4.com/baseapi/platformapi/tao_vegetable/sdk/ability587/domain"
)
type AlibabaWdkMerchantStoreitemUpdateResponse struct {

View File

@@ -1,7 +1,7 @@
package response
import (
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability587/domain"
"gitrosy.jxc4.com/baseapi/platformapi/tao_vegetable/sdk/ability587/domain"
)
type AlibabaWdkShopQueryResponse struct {

View File

@@ -1,7 +1,7 @@
package response
import (
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability587/domain"
"gitrosy.jxc4.com/baseapi/platformapi/tao_vegetable/sdk/ability587/domain"
)
type AlibabaWdkSkuBarcodeQueryResponse struct {

View File

@@ -1,7 +1,7 @@
package response
import (
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability587/domain"
"gitrosy.jxc4.com/baseapi/platformapi/tao_vegetable/sdk/ability587/domain"
)
type AlibabaWdkSkuCategoryAddResponse struct {

View File

@@ -1,7 +1,7 @@
package response
import (
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability587/domain"
"gitrosy.jxc4.com/baseapi/platformapi/tao_vegetable/sdk/ability587/domain"
)
type AlibabaWdkSkuCategoryDeleteResponse struct {

View File

@@ -1,7 +1,7 @@
package response
import (
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability587/domain"
"gitrosy.jxc4.com/baseapi/platformapi/tao_vegetable/sdk/ability587/domain"
)
type AlibabaWdkSkuCategoryQueryResponse struct {

View File

@@ -1,7 +1,7 @@
package response
import (
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability587/domain"
"gitrosy.jxc4.com/baseapi/platformapi/tao_vegetable/sdk/ability587/domain"
)
type AlibabaWdkSkuCategoryUpdateResponse struct {

View File

@@ -1,7 +1,7 @@
package response
import (
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability587/domain"
"gitrosy.jxc4.com/baseapi/platformapi/tao_vegetable/sdk/ability587/domain"
)
type AlibabaWdkSkuFeatureResponse struct {

View File

@@ -1,7 +1,7 @@
package response
import (
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability587/domain"
"gitrosy.jxc4.com/baseapi/platformapi/tao_vegetable/sdk/ability587/domain"
)
type AlibabaWdkSkuMerchantskuScrollQueryResponse struct {

View File

@@ -1,7 +1,7 @@
package response
import (
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability587/domain"
"gitrosy.jxc4.com/baseapi/platformapi/tao_vegetable/sdk/ability587/domain"
)
type AlibabaWdkSkuScrollQueryResponse struct {

View File

@@ -1,7 +1,7 @@
package response
import (
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability587/domain"
"gitrosy.jxc4.com/baseapi/platformapi/tao_vegetable/sdk/ability587/domain"
)
type AlibabaWdkSkuStoreskuScrollQueryResponse struct {

View File

@@ -1,7 +1,7 @@
package response
import (
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability587/domain"
"gitrosy.jxc4.com/baseapi/platformapi/tao_vegetable/sdk/ability587/domain"
)
type AlibabaWdkSkuWarehouseskuQueryResponse struct {

View File

@@ -1,7 +1,7 @@
package response
import (
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability587/domain"
"gitrosy.jxc4.com/baseapi/platformapi/tao_vegetable/sdk/ability587/domain"
)
type AlibabaWdkSkuWarehouseskuScrollQueryResponse struct {