Files
DotNetCore.SKIT.FlurlHttpCl…/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/WxaBook/WxaBookBatchCreateChapterRequest.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

14 lines
349 B
JSON

{
"book_id": "A1b2C3d4",
"chapter_list": [
{
"chapter_title": "第一章 香蕉的诞生",
"content": "从前,有一座山……"
},
{
"chapter_title": "第二章 牛奶的诞生",
"content": "一望无际的草原,有一群快乐的奶牛……"
}
]
}