mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-20 02:29:40 +08:00
feat(wxapi): 新增短剧媒资管理账号授权相关接口
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"authorized_appid": "wx*************",
|
||||
"authz_expire_time": 0
|
||||
}
|
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"authorized_appid": "wx*************"
|
||||
}
|
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"objects": [
|
||||
{
|
||||
"authorizer_appid": "wx**********",
|
||||
"authorized_time": 1702020510,
|
||||
"authz_expire_time": 0
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user