This commit is contained in:
苏尹岚
2020-11-11 11:17:55 +08:00
parent 44808f6b0f
commit 6c8d05e3c2
9 changed files with 60 additions and 19 deletions

View File

@@ -41,3 +41,11 @@ func TestGetStoreInfo(t *testing.T) {
}
t.Log(utils.Format4Output(result, false))
}
func TestGetStandardProductListWithCond(t *testing.T) {
err := api.GetStandardProductListWithCond("6925436710085")
if err != nil {
t.Fatal(err)
}
// t.Log(utils.Format4Output(result, false))
}