- 去掉ebai.GetAllRemoteSkus中一个冗长的调度输出

- BaseTask marshal时忽略Result
This commit is contained in:
gazebo
2019-04-11 15:19:57 +08:00
parent 911c6d83ce
commit 660ff1e34c
2 changed files with 2 additions and 2 deletions

View File

@@ -99,7 +99,7 @@ type BaseTask struct {
FailedJobCount int `json:"failedJobCount"`
Status int `json:"status"`
Result []interface{} `json:"result"`
Result []interface{} `json:"-"`
Children TaskList `json:"children"`
Err error `json:"err"`