优化安装界面

This commit is contained in:
marvzhang
2020-03-07 10:28:34 +08:00
parent 215c4a7274
commit 0521cd4b63
11 changed files with 273 additions and 71 deletions

View File

@@ -20,6 +20,9 @@ type NodeMessage struct {
// 爬虫相关
SpiderId string `json:"spider_id"` //爬虫ID
// 语言相关
Lang Lang `json:"lang"`
// 错误相关
Error string `json:"error"`
}