ab add version

This commit is contained in:
ljw
2024-10-28 19:48:53 +08:00
parent d52ec7cda3
commit 5c05a56ed6
4 changed files with 24 additions and 0 deletions
+8
View File
@@ -44,3 +44,11 @@ export function batchRemove (data) {
data,
})
}
export function simpleData (data) {
return request({
url: '/peer/simpleData',
method: 'post',
data,
})
}