mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-18 17:48:12 +08:00
feat(wxapi): 新增小程序短剧媒资管理替换剧集相关接口
This commit is contained in:
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@@ -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": [
|
||||
|
@@ -8,6 +8,7 @@
|
||||
"name": "我的中国梦",
|
||||
"playwright": "编剧名",
|
||||
"producer": "制作方名",
|
||||
"production_license": "abd123",
|
||||
"cover_url": "https://developers.weixin.qq.com/test.jpg",
|
||||
"media_count": 2,
|
||||
"media_list": [
|
||||
|
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"drama_id": 10001,
|
||||
"old_media_id": 20001,
|
||||
"new_media_id": 20021
|
||||
}
|
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"drama_id": 10001,
|
||||
"replace_media_list": [
|
||||
{
|
||||
"old": 20001,
|
||||
"new": 20021
|
||||
},
|
||||
{
|
||||
"old": 20002,
|
||||
"new": 20022
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user