mxs преди 1 година
родител
ревизия
3932a7fe34
променени са 1 файла, в които са добавени 4 реда и са изтрити 4 реда
  1. 4 4
      main.go

+ 4 - 4
main.go

@@ -9,11 +9,11 @@ import (
 )
 
 type ChromedpParam struct {
-	RunRedis     bool      `json:"runredis"`     //超时时间
+	RunRedis     bool      `json:"runredis"`     //是否redis判重
 	TimeOut      int64     `json:"timeout"`      //超时时间
-	OtherTimeOut int64     `json:"othertimeout"` //超时时间
-	Actions      []Actions `json:"actions"`      //超时时间
-	OtherActions []Actions `json:"otheractions"` //超时时间
+	OtherTimeOut int64     `json:"othertimeout"` //其他超时时间
+	Actions      []Actions `json:"actions"`      //动作集
+	OtherActions []Actions `json:"otheractions"` //其他动作集
 }
 
 type Actions struct {