mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-24 21:13:47 +08:00
feat(wxapi): 新增小说小程序作品管理相关接口相关接口
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"books": [
|
||||
{
|
||||
"book_id": "A1Hcfuuv",
|
||||
"expire_time": 1704970161,
|
||||
"grantee_appid": "wx002"
|
||||
},
|
||||
{
|
||||
"book_id": "KqNdTu",
|
||||
"expire_time": 1705460123,
|
||||
"grantee_appid": "wx003"
|
||||
}
|
||||
]
|
||||
}
|
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"results": [
|
||||
{
|
||||
"errcode": 0
|
||||
}
|
||||
]
|
||||
}
|
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"book_id": "A1Hcfu",
|
||||
"grantee_appid": "wx001"
|
||||
}
|
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"count": 20,
|
||||
"offset": 0
|
||||
}
|
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"results": [
|
||||
{
|
||||
"book_id": "A1Hcfu",
|
||||
"grantor_appid": "wx001",
|
||||
"grantee_appid": "wx004",
|
||||
"expire_time": 1801698644
|
||||
},
|
||||
{
|
||||
"book_id": "uvKqNd",
|
||||
"grantor_appid": "wx001",
|
||||
"grantee_appid": "wx005",
|
||||
"expire_time": 1704259146
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user