|
|
@@ -116,14 +116,14 @@ func GetAlgorithmList() error { |
|
|
|
Get(HOST + "/v1/external/eval-standard/algorithmList") |
|
|
|
|
|
|
|
log.Info("url=" + HOST + "/v1/external/eval-standard/algorithmList" + " sign=" + sign + " appId=" + APPID) |
|
|
|
responseStr := string(res.Body()) |
|
|
|
log.Info("GetAlgorithmList responseStr=" + responseStr + " res code=" + fmt.Sprint(res.StatusCode())) |
|
|
|
log.Info("taskResult=" + taskResult) |
|
|
|
|
|
|
|
if err != nil { |
|
|
|
log.Info("error =" + err.Error()) |
|
|
|
return fmt.Errorf("resty GetJob: %v", err) |
|
|
|
} |
|
|
|
log.Info("taskResult=" + taskResult) |
|
|
|
responseStr := string(res.Body()) |
|
|
|
log.Info("GetAlgorithmList responseStr=" + responseStr + " res code=" + fmt.Sprint(res.StatusCode())) |
|
|
|
|
|
|
|
return nil |
|
|
|
} |
|
|
|