网址链接
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-11-01 09:26:34
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