This commit is contained in:
苏尹岚
2021-03-15 17:00:58 +08:00
parent df5ad51e3d
commit 99c751af74
7 changed files with 294 additions and 13 deletions

View File

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