1
This commit is contained in:
@@ -48,6 +48,15 @@ class ResumeInfoServer {
|
||||
analyzeWithAI(resumeId) {
|
||||
return window.framework.http.post('/resume/analyze-with-ai', { resumeId })
|
||||
}
|
||||
|
||||
/**
|
||||
* 同步在线简历
|
||||
* @param {String} resumeId - 简历ID
|
||||
* @returns {Promise}
|
||||
*/
|
||||
syncOnline(resumeId) {
|
||||
return window.framework.http.post('/resume/sync-online', { resumeId })
|
||||
}
|
||||
}
|
||||
|
||||
export default new ResumeInfoServer()
|
||||
|
||||
Reference in New Issue
Block a user