feat(wxapi): 随官方更新短剧小程序剧目相关接口模型

This commit is contained in:
Fu Diwei
2024-11-05 19:06:11 +08:00
parent 60d80194ff
commit a55b20a8bd
46 changed files with 751 additions and 74 deletions

View File

@@ -3,12 +3,29 @@
"media_count": 2,
"media_id_list": [ 20001, 20002 ],
"producer": "制作方名",
"playwright": "编剧名",
"description": "很有意思的一部剧",
"cover_material_id": "1223",
"production_license_material_id": "12233",
"cover_material_id": "xxxxxxxxxx",
"registration_number": "012345678901234",
"authorized_material_id": "122344",
"other_material_material_id": "122355",
"recommendations": "这是这部剧的推荐语。",
"actor_list": {
"actor": [
{
"name": "演员1",
"photo_material_id": "xxxxxxxx",
"role": "角色1",
"profile": "简介"
},
{
"name": "演员2",
"photo_material_id": "xxxxxxxx",
"role": "角色2",
"profile": "简介"
}
]
},
"drama_id": 10001,
"replace_media_list": [
{
"old": 20001,

View File

@@ -0,0 +1,4 @@
{
"drama_id": 10001,
"audit_type": 0
}

View File

@@ -0,0 +1,9 @@
{
"errcode": 0,
"errmsg": "ok",
"audit_detail": {
"status": 3,
"create_time": 1682215878,
"audit_time": 1682235878
}
}

View File

@@ -10,6 +10,10 @@
"production_license": "abd123",
"cover_url": "https://developers.weixin.qq.com/test.jpg",
"media_count": 2,
"recommendations": "这是这部剧的推荐语。",
"description": "剧目的简介。",
"promotion_poster": "xxxxxxxxx",
"status": 0,
"media_list": [
{ "media_id": 10001 },
{ "media_id": 10002 }
@@ -18,6 +22,22 @@
"status": 3,
"create_time": 1682215878,
"audit_time": 1682235878
},
"actor_list": {
"actor": [
{
"name": "演员1",
"photo_material_id": "xxxxxxxx",
"role": "角色1",
"profile": "简介"
},
{
"name": "演员2",
"photo_material_id": "xxxxxxxx",
"role": "角色2",
"profile": "简介"
}
]
}
}
}

View File

@@ -5,7 +5,7 @@
{
"drama_id": 28918028,
"create_time": 1682214878,
"name": "我的中国梦",
"name": "我的演艺",
"playwright": "编剧名",
"producer": "制作方名",
"production_license": "abd123",

View File

@@ -0,0 +1,28 @@
{
"drama_id": 10001,
"description": "新剧目简介",
"cover_material_id": "新剧目海报临时material_id",
"recommendations": "新剧目推荐语",
"promotion_poster_material_id": "新推广海报临时material_id",
"alternate_name": "备用剧名",
"actor_list": {
"actor": [
{
"name": "演员1",
"photo_material_id": "xxxxxxxx",
"role": "角色1",
"profile": "简介"
},
{
"name": "演员2",
"photo_material_id": "xxxxxxxx",
"role": "角色2",
"profile": "简介"
}
]
},
"qualification_type": 1,
"qualification_certificate_material_id": "xxxxxxxx",
"registration_number": "V123456788888888",
"other_material_material_id": "新其他材料临时material_id"
}