Răsfoiți Sursa

备注修改

mxs 1 an în urmă
părinte
comite
3932a7fe34
1 a modificat fișierele cu 4 adăugiri și 4 ștergeri
  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 {