fix 去除jdpool中无用字段
This commit is contained in:
parent
d160f781e2
commit
8121a59f86
@ -244,7 +244,7 @@ func (ck *JdCookie) OutPool() (string, error) {
|
||||
us[PtKey] = ""
|
||||
logs.Info("开始禁用")
|
||||
} else {
|
||||
us[Available] = False
|
||||
us[Available] = True
|
||||
us[PtKey] = jp.PtKey
|
||||
}
|
||||
e := tx.Model(ck).Updates(us).RowsAffected
|
||||
|
||||
Loading…
Reference in New Issue
Block a user