課程
/前端開發
/小程序
/輕松入門微信小程序與云開發
電影詳情的API是不是不能用了,翻看了別人的提問里的API試了也不行,求一個可用的電影詳情API
2020-03-07
源自:輕松入門微信小程序與云開發 4-4
正在回答
可以用啊? 你要在請求鏈接加上
?apikey=0df993c66c0c636e29ecbb5344252a4a
url:https://api.douban.com/v2/movie/in_theaters
拼接參數:
apikey:固定值0b2bdeda43b5688921839c8ecb20399b
apikey
0b2bdeda43b5688921839c8ecb20399b
city:所在城市,例如北京、上海等
city
北京
上海
start:分頁使用,表示第幾頁
start
count:分頁使用,表示數量
count
client:客戶端信息??蔀榭?/p>
client
udid:用戶 id??蔀榭?/p>
udid
url 示例:https://api.douban.com/v2/movie/in_theaters?apikey=0b2bdeda43b5688921839c8ecb20399b&city=%E5%8C%97%E4%BA%AC&start=0&count=100&client=somemessage&udid=dddddddddddddddddddddd?或?https://api.douban.com/v2/movie/in_theaters?apikey=0b2bdeda43b5688921839c8ecb20399b&city=%E5%8C%97%E4%BA%AC&start=0&count=100&client=&udid=
https://api.douban.com/v2/movie/in_theaters?apikey=0b2bdeda43b5688921839c8ecb20399b&city=%E5%8C%97%E4%BA%AC&start=0&count=100&client=somemessage&udid=dddddddddddddddddddddd
https://api.douban.com/v2/movie/in_theaters?apikey=0b2bdeda43b5688921839c8ecb20399b&city=%E5%8C%97%E4%BA%AC&start=0&count=100&client=&udid=
舉報
深入淺出微信小程序核心基礎與云開發,使你掌握小程序開發必備技能。
1 回答請求不到電影詳情信息,返回為空
1 回答電影詳情api為null
3 回答豆瓣電影詳情的API獲取不了
1 回答豆瓣電影詳情的API獲取不了
1 回答電影詳情頁api打不開
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網安備11010802030151號
購課補貼聯系客服咨詢優惠詳情
慕課網APP您的移動學習伙伴
掃描二維碼關注慕課網微信公眾號
2020-03-21
可以用啊? 你要在請求鏈接加上
?apikey=0df993c66c0c636e29ecbb5344252a4a
2020-03-07
url:https://api.douban.com/v2/movie/in_theaters
拼接參數:
apikey
:固定值0b2bdeda43b5688921839c8ecb20399b
city
:所在城市,例如北京
、上海
等start
:分頁使用,表示第幾頁count
:分頁使用,表示數量client
:客戶端信息??蔀榭?/p>udid
:用戶 id??蔀榭?/p>url 示例:
https://api.douban.com/v2/movie/in_theaters?apikey=0b2bdeda43b5688921839c8ecb20399b&city=%E5%8C%97%E4%BA%AC&start=0&count=100&client=somemessage&udid=dddddddddddddddddddddd
?或?https://api.douban.com/v2/movie/in_theaters?apikey=0b2bdeda43b5688921839c8ecb20399b&city=%E5%8C%97%E4%BA%AC&start=0&count=100&client=&udid=