feat(wxapi): 新增小说小程序作品管理相关接口相关接口
Some checks are pending
CodeQL / Analyze (csharp) (push) Waiting to run
CodeLint / Lint (push) Waiting to run

This commit is contained in:
Fu Diwei
2025-04-29 17:23:25 +08:00
parent 530735a7ec
commit a2188d28b3
75 changed files with 2350 additions and 2 deletions

View File

@@ -0,0 +1,14 @@
{
"books": [
{
"book_id": "A1Hcfuuv",
"expire_time": 1704970161,
"grantee_appid": "wx002"
},
{
"book_id": "KqNdTu",
"expire_time": 1705460123,
"grantee_appid": "wx003"
}
]
}

View File

@@ -0,0 +1,8 @@
{
"errcode": 0,
"results": [
{
"errcode": 0
}
]
}

View File

@@ -0,0 +1,4 @@
{
"book_id": "A1Hcfu",
"grantee_appid": "wx001"
}

View File

@@ -0,0 +1,4 @@
{
"count": 20,
"offset": 0
}

View File

@@ -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
}
]
}