This commit is contained in:
苏尹岚
2021-03-02 09:11:50 +08:00
parent 1c49fcb1d7
commit fe8017c5b8
2 changed files with 20 additions and 5 deletions

View File

@@ -278,7 +278,7 @@ func TestQueren(t *testing.T) {
}
func TestBatchAddSkuByUPC(t *testing.T) {
_, err := api.BatchAddSkuByUPC([]*CreateByUpcParam2{
result, err := api.BatchAddSkuByUPC([]*CreateByUpcParam2{
&CreateByUpcParam2{
OutSkuId: "6048265",
Upc: "6911672042530",
@@ -289,4 +289,5 @@ func TestBatchAddSkuByUPC(t *testing.T) {
if err != nil {
t.Fatal(err)
}
t.Log(utils.Format4Output(result, false))
}