1
This commit is contained in:
@@ -4,7 +4,6 @@ import (
|
|||||||
"fmt"
|
"fmt"
|
||||||
shop_batchCreateStore_request "git.rosy.net.cn/baseapi/platformapi/tiktok_shop/sdk-golang/api/shop_batchCreateStore/request"
|
shop_batchCreateStore_request "git.rosy.net.cn/baseapi/platformapi/tiktok_shop/sdk-golang/api/shop_batchCreateStore/request"
|
||||||
"git.rosy.net.cn/baseapi/platformapi/tiktok_shop/tiktok_api"
|
"git.rosy.net.cn/baseapi/platformapi/tiktok_shop/tiktok_api"
|
||||||
"git.rosy.net.cn/jx-callback/business/partner/purchase/tiktok_store"
|
|
||||||
"testing"
|
"testing"
|
||||||
)
|
)
|
||||||
|
|
||||||
@@ -114,6 +113,6 @@ func TestCreateFences(t *testing.T) {
|
|||||||
//t.Fatalf("resp===========:%v", resp)
|
//t.Fatalf("resp===========:%v", resp)
|
||||||
}
|
}
|
||||||
func TestSplice(t *testing.T) {
|
func TestSplice(t *testing.T) {
|
||||||
resp := tiktok_store.SplicingTimeToDoudian(100, 1100, 1200, 2100)
|
//resp := tiktok_store.SplicingTimeToDoudian(100, 1100, 1200, 2100)
|
||||||
t.Fatalf("resp===========:%v", resp)
|
//t.Fatalf("resp===========:%v", resp)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user