add share to guest by web client

This commit is contained in:
ljw
2024-10-09 15:52:17 +08:00
parent 3d203971b8
commit bf98a51285
15 changed files with 8729 additions and 14 deletions
+9
View File
@@ -44,3 +44,12 @@ export function batchCreate (data) {
data,
})
}
export function shareByWebClient (data) {
return request({
url: '/address_book/shareByWebClient',
method: 'post',
data,
})
}