- jd page api:GetCorporationInfo

This commit is contained in:
gazebo
2019-06-16 10:15:17 +08:00
parent 4920ddf6c7
commit 8e6d720d47
2 changed files with 74 additions and 5 deletions

View File

@@ -54,3 +54,11 @@ func TestGetSkuPageImageInfo(t *testing.T) {
}
baseapi.SugarLogger.Debug(utils.Format4Output(imgList, false))
}
func TestGetCorporationInfo(t *testing.T) {
imgList, err := api.GetCorporationInfo("", "915101003431062533")
if err != nil {
t.Fatal(err)
}
baseapi.SugarLogger.Debug(utils.Format4Output(imgList, false))
}