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