mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2026-03-10 00:13:36 +08:00
feat(wxapi): 新增小程序短剧媒资管理相关接口
This commit is contained in:
+11
@@ -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"
|
||||
}
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"drama_id": 10001
|
||||
}
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"drama_id": 10001
|
||||
}
|
||||
+22
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"offset": 0,
|
||||
"limit": 10
|
||||
}
|
||||
+24
@@ -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
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user