mirror of
https://gitee.com/niucloud-team/niucloud-admin.git
synced 2025-12-26 00:30:15 +00:00
Update weapp.ts
This commit is contained in:
parent
478de477c8
commit
0586c6c8da
@ -88,4 +88,13 @@ export function editVersion(params: Record<string, any>) {
|
||||
*/
|
||||
export function deleteVersion(id: string) {
|
||||
return request.delete(`applet/version/${id}`)
|
||||
}
|
||||
|
||||
/**
|
||||
* 版本下载
|
||||
* @param params
|
||||
* @returns
|
||||
*/
|
||||
export function versionDown(id: string) {
|
||||
return request.post(`applet/version/download/${id}`)
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user