mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-13 02:25:06 +08:00
mp:初步实现【草稿】的前端新增
This commit is contained in:
@ -8,3 +8,14 @@ export function getDraftPage(query) {
|
||||
params: query
|
||||
})
|
||||
}
|
||||
|
||||
// 创建草稿
|
||||
export function createDraft(accountId, articles) {
|
||||
return request({
|
||||
url: '/mp/draft/create?accountId=' + accountId,
|
||||
method: 'post',
|
||||
data: {
|
||||
articles
|
||||
}
|
||||
})
|
||||
}
|
||||
|
Reference in New Issue
Block a user