mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-13 10:35:07 +08:00
mp:增加图文草稿箱的修改;优化前端代码
This commit is contained in:
@ -19,3 +19,12 @@ export function createDraft(accountId, articles) {
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
// 更新草稿
|
||||
export function updateDraft(accountId, mediaId, articles) {
|
||||
return request({
|
||||
url: '/mp/draft/update?accountId=' + accountId + '&mediaId=' + mediaId,
|
||||
method: 'put',
|
||||
data: articles
|
||||
})
|
||||
}
|
||||
|
Reference in New Issue
Block a user