delete log print
This commit is contained in:
parent
356a82989c
commit
fa5e5fdca3
@ -43,7 +43,6 @@ func (te *TaskEx) Execute(glocal map[string]interface{}) imitater.ITask {
|
|||||||
P := gjson.Parse(resp.Content())
|
P := gjson.Parse(resp.Content())
|
||||||
gADDate := P.Get(`data.#[content ~ @label_style\":3@ ]#.content`)
|
gADDate := P.Get(`data.#[content ~ @label_style\":3@ ]#.content`)
|
||||||
if gADDate.Exists() {
|
if gADDate.Exists() {
|
||||||
log.Println("match true")
|
|
||||||
for _, result := range gADDate.Array() {
|
for _, result := range gADDate.Array() {
|
||||||
adDataList = append(adDataList, result.String())
|
adDataList = append(adDataList, result.String())
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user