This commit is contained in:
邹宗楠
2023-01-05 09:31:56 +08:00
parent 20900f44a2
commit 125f811502
2 changed files with 6 additions and 2 deletions

View File

@@ -9,6 +9,12 @@ import (
"testing"
)
func TestCreateSubProduct(t *testing.T) {
data, err := a.CreateSubProduct(3592468105269515374, 63521394)
fmt.Println(data)
fmt.Println(err)
}
// 删除已经创建商品,重新同步
func TestDeleteSkuAndUploadSku2(t *testing.T) {
var errList = make([]error, 0, 0)