This commit is contained in:
邹宗楠
2023-06-09 17:50:41 +08:00
parent f42c1b90fc
commit ac8a89ab50
2 changed files with 3 additions and 3 deletions

View File

@@ -132,7 +132,7 @@ func TestReloadStoreSku(t *testing.T) {
}
func TestRetailGet(t *testing.T) {
result, err := api.RetailGet(testPoiCode, "4267")
result, err := api.RetailGet("17886205", "mtcode_1664518383900835894")
if err != nil {
t.Fatal(err)
}