mirror of
https://github.com/imgyh/tiktok.git
synced 2025-04-05 12:50:20 +08:00
parent
ff72578a9c
commit
1e69ee8a14
@ -56,14 +56,12 @@ def douyinwork(share_link, max_cursor, mode, cookie):
|
|||||||
|
|
||||||
datadict = {}
|
datadict = {}
|
||||||
|
|
||||||
if data is not None and data != []:
|
|
||||||
datadict["data"] = data
|
datadict["data"] = data
|
||||||
datadict["rawdata"] = rawdata
|
datadict["rawdata"] = rawdata
|
||||||
datadict["cursor"] = cursor
|
datadict["cursor"] = cursor
|
||||||
datadict["has_more"] = has_more
|
datadict["has_more"] = has_more
|
||||||
datadict["status_code"] = 200
|
|
||||||
else:
|
|
||||||
datadict["status_code"] = 500
|
|
||||||
return datadict
|
return datadict
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user