for test
This commit is contained in:
parent
af9f659ff6
commit
dce7493eea
|
@ -54,7 +54,7 @@ func (tt *Toutiao) ToDoParser(adstring string) (string, error) {
|
|||
log.Println(result.String())
|
||||
if result.Get("mixed").Exists() {
|
||||
log.Println("this is mixed")
|
||||
log.Println(result.Get("mixed.track_url"))
|
||||
log.Println(result.Get("mixed.track_url").Exists())
|
||||
}
|
||||
|
||||
json.Unmarshal([]byte(data), &v)
|
||||
|
|
Loading…
Reference in New Issue
Block a user