Jelajahi Sumber

备注修改

mxs 1 tahun lalu
induk
melakukan
3932a7fe34
1 mengubah file dengan 4 tambahan dan 4 penghapusan
  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 {