网址链接
def ut_chaofun_pic():
url = ‘‘
res = ut_url_get(url)
json_ = res.json()
link = ‘https://i.chao.fun/‘ + json_[‘data‘][‘posts‘][0][‘imageName‘]
return link
2023-09-25 23:47:04
def ut_chaofun_pic():
url = ‘‘
res = ut_url_get(url)
json_ = res.json()
link = ‘https://i.chao.fun/‘ + json_[‘data‘][‘posts‘][0][‘imageName‘]
return link