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

This commit is contained in:
Fu Diwei
2023-05-28 22:09:42 +08:00
parent 76f9cb855b
commit 33967033cb
51 changed files with 1599 additions and 1 deletions
@@ -0,0 +1,11 @@
{
"name": "这是剧名",
"media_count": 2,
"media_id_list": [ 20001, 20002 ],
"producer": "制作方名",
"playwright": "编剧名",
"description": "很有意思的一部剧",
"cover_material_id": "1223",
"production_license_material_id": "12233",
"authorized_material_id": "122344"
}
@@ -0,0 +1,5 @@
{
"errcode": 0,
"errmsg": "ok",
"drama_id": 10001
}
@@ -0,0 +1,22 @@
{
"errcode": 0,
"errmsg": "ok",
"drama_info": {
"drama_id": 28918028,
"create_time": 1682214878,
"name": "我的中国梦",
"playwright": "编剧名",
"producer": "制作方名",
"cover_url": "https://developers.weixin.qq.com/test.jpg",
"media_count": 2,
"media_list": [
{ "media_id": 10001 },
{ "media_id": 10002 }
],
"audit_detail": {
"status": 3,
"create_time": 1682215878,
"audit_time": 1682235878
}
}
}
@@ -0,0 +1,24 @@
{
"errcode": 0,
"errmsg": "ok",
"drama_info_list": [
{
"drama_id": 28918028,
"create_time": 1682214878,
"name": "我的中国梦",
"playwright": "编剧名",
"producer": "制作方名",
"cover_url": "https://developers.weixin.qq.com/test.jpg",
"media_count": 2,
"media_list": [
{ "media_id": 10001 },
{ "media_id": 10002 }
],
"audit_detail": {
"status": 3,
"create_time": 1682215878,
"audit_time": 1682235878
}
}
]
}