Commit 7396a330 authored by duanjinfei's avatar duanjinfei

del direct

parent 328df6f4
...@@ -363,7 +363,6 @@ func (t *TaskHandler) ComputeTaskHandler(taskMsg *nodeManagerV1.PushTaskMessage) ...@@ -363,7 +363,6 @@ func (t *TaskHandler) ComputeTaskHandler(taskMsg *nodeManagerV1.PushTaskMessage)
log.Info("data is string type") log.Info("data is string type")
resArr := []string{resStr} resArr := []string{resStr}
apiRes := make([]string, 0) apiRes := make([]string, 0)
isRedirect := false
for _, respStr := range resArr { for _, respStr := range resArr {
if respStr == "" || respStr == "null" { if respStr == "" || respStr == "null" {
continue continue
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment