mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-25 00:15:06 +08:00
mp:初始化【图文草稿箱】前端界面
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user