mirror of
https://gitee.com/lijingbo-2021/open-anylink-web.git
synced 2026-05-19 05:37:56 +00:00
发送图片
This commit is contained in:
@@ -3,3 +3,7 @@ import request from '@/js/utils/request'
|
||||
export const mtsUploadService = (obj) => {
|
||||
return request.postForm('/mts/upload', obj)
|
||||
}
|
||||
|
||||
export const mtsImageService = (obj) => {
|
||||
return request.get('/mts/image', { params: obj })
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user