This commit is contained in:
邹宗楠
2023-01-05 09:31:56 +08:00
parent 20900f44a2
commit 125f811502
2 changed files with 6 additions and 2 deletions

View File

@@ -5,7 +5,6 @@ import (
"encoding/json"
"errors"
"fmt"
"git.rosy.net.cn/jx-callback/globals"
"math"
"net/url"
"reflect"
@@ -56,7 +55,6 @@ func Unmarshal2Map(data []byte, structObj interface{}) (resultMap map[string]int
}
}
}
globals.SugarLogger.Debugf("resultMap===========%v err=======%v", resultMap, err)
return resultMap, err
}