修改git.rosy.net.cn -> gitrosy.jxc4.com
This commit is contained in:
@@ -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"
|
||||
)
|
||||
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user