From c55fbd310d9a467effdbdf0e24010fce966900bc Mon Sep 17 00:00:00 2001
From: liuxiaolong <liuxiaolong@aiotlink.com>
Date: 星期一, 22 二月 2021 15:59:21 +0800
Subject: [PATCH] 调整日志打印,判断rNodes

---
 param.go |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/param.go b/param.go
index 86501cd..8e7e2a2 100644
--- a/param.go
+++ b/param.go
@@ -16,6 +16,8 @@
 	Body        			[]byte              	`json:"body"`
 	File        			FileArg             	`json:"file"`
 	MultiFiles 				[]FileArg				`json:"multiFiles""`
+
+	SrcProc 				ProcInfo				`json:"srcProc"`  //璇锋眰鏉ユ簮杩涚▼
 }
 
 type FileArg struct {

--
Gitblit v1.8.0