Files
DotNetCore.SKIT.FlurlHttpCl…/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/WxaBook/WxaBookUpdateBookRequest.json
Fu Diwei a2188d28b3
Some checks are pending
CodeQL / Analyze (csharp) (push) Waiting to run
CodeLint / Lint (push) Waiting to run
feat(wxapi): 新增小说小程序作品管理相关接口相关接口
2025-04-29 17:23:25 +08:00

18 lines
346 B
JSON

{
"book_id": "A1b2C3d4",
"complete_status": 2,
"need_volume": true,
"volume_list": [
{
"volume_title": "第一卷",
"start_index": 0,
"end_index": 2
},
{
"volume_title": "第二卷",
"start_index": 2,
"end_index": 5
}
]
}