@@ -369,7 +369,7 @@ func HttpPostGn(urlPath, token string, postDataParams interface{}, num int) ([]b
}
// 日志记录
- global.FILE_LOG.Debug("数据节点:地址:" + postUrl + ";\n请求参数:" + postData + ";\n返回参数:" + string(result))
+ global.FILE_LOG.Debug("数据节点:地址:" + postUrl + ";\n Token:" + token + ";\n请求参数:" + postData + ";\n返回参数:" + string(result))
// 解析返回参数,判断是否是json
if !json.Valid(result) {