美团分类果捞修改

This commit is contained in:
苏尹岚
2020-07-07 16:53:14 +08:00
parent b853dbb954
commit 5694ab1360
7 changed files with 15 additions and 16 deletions

View File

@@ -67,7 +67,7 @@ func TestQueryProductByBarcode(t *testing.T) {
func TestQueryProductByBarcodes(t *testing.T) {
result, err := api.QueryProductByBarcodes([]string{
"0012113",
"0010724",
})
if err != nil {
t.Fatal(err)