Files
DotNetCore.SKIT.FlurlHttpCl…/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/WxaBusiness/NovelReader/WxaBusinessNovelReaderGetPreviewSettingsResponse.json

15 lines
254 B
JSON
Raw Normal View History

{
"errcode": 0,
"errmsg": "ok",
"setting": {
"book_id": "test",
"default_words": 240,
"chapter_setting": [
{
"chapter_index": 1,
"words": 123
}
]
}
}