var apiUrl1 = "https://developer.toutiao.com/api/apps/convert_video_id/video_id_to_open_item_id"
const res1 = await uniCloud.httpclient.request(apiUrl1, {
method: 'POST',
data: {
app_id: "tt08107ead972d1db501",
video_ids: [
"1310444c097a433106004d430a2e453005514445677d4760575143440b7843615053444400734463"
],
access_key: "tt08107ead972d1db501",
access_token: video
},
contentType: 'application/json',
dataType: 'json'
})