feat(wxapi): 新增小程序短剧媒资管理替换剧集相关接口

This commit is contained in:
Fu Diwei
2023-09-26 22:26:50 +08:00
parent fdb29631dd
commit e768ef071b
12 changed files with 178 additions and 4 deletions

View File

@@ -7,5 +7,16 @@
"description": "很有意思的一部剧",
"cover_material_id": "1223",
"production_license_material_id": "12233",
"authorized_material_id": "122344"
"registration_number": "012345678901234",
"authorized_material_id": "122344",
"replace_media_list": [
{
"old": 20001,
"new": 20021
},
{
"old": 20002,
"new": 20022
}
]
}

View File

@@ -4,9 +4,10 @@
"drama_info": {
"drama_id": 28918028,
"create_time": 1682214878,
"name": "我的中国梦",
"name": "我的演艺",
"playwright": "编剧名",
"producer": "制作方名",
"production_license": "abd123",
"cover_url": "https://developers.weixin.qq.com/test.jpg",
"media_count": 2,
"media_list": [

View File

@@ -8,6 +8,7 @@
"name": "我的中国梦",
"playwright": "编剧名",
"producer": "制作方名",
"production_license": "abd123",
"cover_url": "https://developers.weixin.qq.com/test.jpg",
"media_count": 2,
"media_list": [

View File

@@ -0,0 +1,5 @@
{
"drama_id": 10001,
"old_media_id": 20001,
"new_media_id": 20021
}

View File

@@ -0,0 +1,13 @@
{
"drama_id": 10001,
"replace_media_list": [
{
"old": 20001,
"new": 20021
},
{
"old": 20002,
"new": 20022
}
]
}