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,19 @@
{
"errcode": 0,
"errmsg": "ok",
"chapter": {
"book_id": "A1b2C3d4",
"chapter_id": "abc1234",
"chapter_title": "第一章 香蕉的诞生",
"content": "从前,有一座山……",
"word_cnt": 1234,
"create_time": 1704793640,
"audit_info": {
"audit_status": 3,
"create_time": 1705062255,
"audit_time": 1705063255
},
"volume_index": -1,
"original_id": "1234"
}
}