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:
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"authorization_type": 2,
|
||||
"authorized_appid": "wx*************",
|
||||
"drama_ids": [ 10001, 10009 ],
|
||||
"expire_time": 1729157743
|
||||
}
|
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"result": [
|
||||
{
|
||||
"drama_id": 10001,
|
||||
"errcode": 0,
|
||||
"errmsg": "ok"
|
||||
},
|
||||
{
|
||||
"drama_id": 10009,
|
||||
"errcode": 0,
|
||||
"errmsg": "ok"
|
||||
}
|
||||
]
|
||||
}
|
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"authorization_type": 2,
|
||||
"authorized_appid": "wx*************",
|
||||
"drama_ids": [ 10001, 10009 ]
|
||||
}
|
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"result": [
|
||||
{
|
||||
"drama_id": 10001,
|
||||
"errcode": 0,
|
||||
"errmsg": "ok"
|
||||
},
|
||||
{
|
||||
"drama_id": 10009,
|
||||
"errcode": 0,
|
||||
"errmsg": "ok"
|
||||
}
|
||||
]
|
||||
}
|
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"authorization_type": 2,
|
||||
"authorized_appid": "wx*************",
|
||||
"offset": 0,
|
||||
"limit": 2
|
||||
}
|
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"authorizer_appid": "wxwx123456789",
|
||||
"offset": 0,
|
||||
"limit": 2
|
||||
}
|
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user