|
@ -15,7 +15,7 @@ def api_nezha2(): |
|
|
"data": { |
|
|
"data": { |
|
|
"title": "《哪吒2》", |
|
|
"title": "《哪吒2》", |
|
|
"description": "《哪吒2》是继《哪吒之魔童降世》后的续作,讲述了哪吒的全新冒险故事。", |
|
|
"description": "《哪吒2》是继《哪吒之魔童降世》后的续作,讲述了哪吒的全新冒险故事。", |
|
|
"trailer_url": "https://www.bilibili.com/video/BV11McieTEN5/", # 替换为实际预告片链接 |
|
|
"trailer_url": "https://www.bilibili.com/video/BV11McieTEN5/", |
|
|
"cast": [ |
|
|
"cast": [ |
|
|
{"name": "哪吒", "role": "主角", "description": "勇敢无畏的少年英雄"}, |
|
|
{"name": "哪吒", "role": "主角", "description": "勇敢无畏的少年英雄"}, |
|
|
{"name": "敖丙", "role": "配角", "description": "哪吒的挚友与对手"}, |
|
|
{"name": "敖丙", "role": "配角", "description": "哪吒的挚友与对手"}, |
|
@ -28,4 +28,4 @@ def api_nezha2(): |
|
|
return jsonify(nezha2_data) |
|
|
return jsonify(nezha2_data) |
|
|
|
|
|
|
|
|
if __name__ == "__main__": |
|
|
if __name__ == "__main__": |
|
|
app.run(debug=True, port=80) |
|
|
app.run(debug=True,host="0.0.0.0" ,port=80) |