- mtwm.RetailList返回结果改为[]*AppFood

This commit is contained in:
gazebo
2019-07-12 10:33:04 +08:00
parent e8909acd00
commit 7ee3266cc4
3 changed files with 15 additions and 12 deletions

View File

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