!263 feat:【antd】【mp】迁移

Merge pull request !263 from hw/reform-mp
This commit is contained in:
芋道源码
2025-11-17 01:29:13 +00:00
committed by Gitee
83 changed files with 1686 additions and 2134 deletions

View File

@@ -50,13 +50,9 @@ export function updateDraft(
mediaId: string,
articles: MpDraftApi.Article[],
) {
return requestClient.put(
'/mp/draft/update',
{ articles },
{
params: { accountId, mediaId },
},
);
return requestClient.put('/mp/draft/update', articles, {
params: { accountId, mediaId },
});
}
/** 删除草稿 */