Skip to content

Commit

Permalink
修复
Browse files Browse the repository at this point in the history
  • Loading branch information
cdle committed Jul 31, 2021
1 parent 267104e commit 218b094
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions jdc/models/cookie.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,10 @@ func (ck *JdCookie) ToPool(key string) {
ck.Pool += "," + ck.PtKey
}
ck.Updates(JdCookie{
PtKey: key,
Pool: ck.Pool,
ScanedAt: time.Now().Local().Format("2006-01-02"),
Available: True,
PtKey: key,
Pool: ck.Pool,
ScanedAt: time.Now().Local().Format("2006-01-02"),
})
}

Expand Down

0 comments on commit 218b094

Please sign in to comment.