智能导入
This commit is contained in:
@@ -142,6 +142,18 @@ class PublishService {
|
||||
showToast: false,
|
||||
})
|
||||
}
|
||||
async extract_tennis_activity(req: {text: string}): Promise<getPicturesRes> {
|
||||
return httpService.post('/ai/extract_tennis_activity', req, {
|
||||
showLoading: false,
|
||||
showToast: false,
|
||||
})
|
||||
}
|
||||
async extract_tennis_activity_from_image(req: {image_url: string}): Promise<getPicturesRes> {
|
||||
return httpService.post('/ai/extract_tennis_activity_from_image', req, {
|
||||
showLoading: false,
|
||||
showToast: false,
|
||||
})
|
||||
}
|
||||
async getPictures(req) {
|
||||
const { type, tag, otherReq = {} } = req
|
||||
if (type === 'history') {
|
||||
|
||||
Reference in New Issue
Block a user