物料店物料库存修改

This commit is contained in:
苏尹岚
2020-06-22 18:08:11 +08:00
parent b007c6c034
commit 08694d9470
3 changed files with 4 additions and 3 deletions

View File

@@ -56,7 +56,7 @@ func TestRetailList(t *testing.T) {
}
func TestRetailListAll(t *testing.T) {
result, err := api.RetailListAll(testPoiCode)
result, err := api.RetailListAll("9325917")
if err != nil {
t.Fatal(err)
}