- 整理饿百与京东PAGE API

This commit is contained in:
gazebo
2019-06-24 11:25:40 +08:00
parent e2bc700427
commit d2597c2673
4 changed files with 297 additions and 7 deletions

View File

@@ -78,3 +78,11 @@ func TestGetStoreInfo(t *testing.T) {
}
t.Log(utils.Format4Output(result, false))
}
func TestGetStoreInfo2(t *testing.T) {
result, err := api.GetStoreInfo2("11750116")
if err != nil {
t.Fatal(err)
}
t.Log(utils.Format4Output(result, false))
}