Roc 5 月之前
父節點
當前提交
9348a122e7
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      services/index_data/gn_base_data_platform.go

+ 1 - 1
services/index_data/gn_base_data_platform.go

@@ -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) {