feat(wxapi): 新增短剧媒咨管理版权授权相关接口

This commit is contained in:
Fu Diwei
2025-04-29 13:06:05 +08:00
parent 53fbe2ff68
commit 530735a7ec
17 changed files with 509 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
{
"authorization_type": 2,
"authorized_appid": "wx*************",
"drama_ids": [ 10001, 10009 ],
"expire_time": 1729157743
}

View File

@@ -0,0 +1,16 @@
{
"errcode": 0,
"errmsg": "ok",
"result": [
{
"drama_id": 10001,
"errcode": 0,
"errmsg": "ok"
},
{
"drama_id": 10009,
"errcode": 0,
"errmsg": "ok"
}
]
}

View File

@@ -0,0 +1,5 @@
{
"authorization_type": 2,
"authorized_appid": "wx*************",
"drama_ids": [ 10001, 10009 ]
}

View File

@@ -0,0 +1,16 @@
{
"errcode": 0,
"errmsg": "ok",
"result": [
{
"drama_id": 10001,
"errcode": 0,
"errmsg": "ok"
},
{
"drama_id": 10009,
"errcode": 0,
"errmsg": "ok"
}
]
}

View File

@@ -0,0 +1,6 @@
{
"authorization_type": 2,
"authorized_appid": "wx*************",
"offset": 0,
"limit": 2
}

View File

@@ -0,0 +1,25 @@
{
"errcode": 0,
"errmsg": "ok",
"total_count": 5,
"list": [
{
"authorizer_appid": "wx123456789",
"authorization_type": 2,
"authorized_appid": "wx**********",
"authorized_subject_cert_no": "",
"drama_id": 10001,
"authorized_time": 1702020510,
"expire_time": 0
},
{
"authorizer_appid": "wx123456789",
"authorization_type": 2,
"authorized_appid": "wx**********",
"authorized_subject_cert_no": "",
"drama_id": 10002,
"authorized_time": 1702020510,
"expire_time": 0
}
]
}

View File

@@ -0,0 +1,5 @@
{
"authorizer_appid": "wxwx123456789",
"offset": 0,
"limit": 2
}

View File

@@ -0,0 +1,25 @@
{
"errcode": 0,
"errmsg": "ok",
"total_count": 5,
"list": [
{
"authorizer_appid": "wx123456789",
"authorization_type": 2,
"authorized_appid": "wx**********",
"authorized_subject_cert_no": "",
"drama_id": 10001,
"authorized_time": 1702020510,
"expire_time": 0
},
{
"authorizer_appid": "wx123456789",
"authorization_type": 2,
"authorized_appid": "wx**********",
"authorized_subject_cert_no": "",
"drama_id": 10002,
"authorized_time": 1702020510,
"expire_time": 0
}
]
}