feat(wxapi): 新增短剧媒资管理账号授权相关接口

This commit is contained in:
Fu Diwei
2024-03-15 01:06:41 +08:00
parent d4f8d33fdb
commit 2cb4a262d7
13 changed files with 285 additions and 2 deletions

View File

@@ -0,0 +1,4 @@
{
"authorized_appid": "wx*************",
"authz_expire_time": 0
}

View File

@@ -0,0 +1,3 @@
{
"authorized_appid": "wx*************"
}

View File

@@ -0,0 +1,16 @@
{
"errcode": 0,
"errmsg": "ok",
"objects": [
{
"authorized_appid": "wx**********",
"authorized_time": 1702020510,
"authz_expire_time": 0
},
{
"authorized_appid": "wx**********",
"authorized_time": 1702020549,
"authz_expire_time": 1703120549
}
]
}

View File

@@ -0,0 +1,11 @@
{
"errcode": 0,
"errmsg": "ok",
"objects": [
{
"authorizer_appid": "wx**********",
"authorized_time": 1702020510,
"authz_expire_time": 0
}
]
}