修改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 defaultability
import (
"errors"
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk"
request2 "git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/defaultability/request"
response2 "git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/defaultability/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/defaultability/request"
response2 "gitrosy.jxc4.com/baseapi/platformapi/tao_vegetable/sdk/defaultability/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 TaobaoTmcUserGetTmcUser 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 TaobaoTmcUserGetRequest struct {
@@ -45,5 +45,5 @@ func (req *TaobaoTmcUserGetRequest) ToMap() map[string]interface{} {
func (req *TaobaoTmcUserGetRequest) ToFileMap() map[string]interface{} {
fileMap := make(map[string]interface{})
return fileMap
}
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 TaobaoTmcUserPermitRequest struct {

View File

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

View File

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