mp:初始化【图文草稿箱】前端界面

This commit is contained in:
YunaiV
2023-01-13 07:54:09 +08:00
parent 1e63198f4a
commit bc870434c2
3 changed files with 786 additions and 2 deletions

View File

@ -36,7 +36,7 @@ public class MpDraftController {
@GetMapping("/page")
@ApiOperation("获得草稿分页")
public CommonResult<PageResult<WxMpDraftItem>> getDraftPage(MpDraftPageReqVO reqVO) {
// 从公众号查询已发布的图文列表
// 从公众号查询草稿箱
WxMpService mpService = mpServiceFactory.getRequiredMpService(reqVO.getAccountId());
WxMpDraftList draftList;
try {