职位列表去投递定时提醒去AI助手弹窗
This commit is contained in:
+1
-1
@@ -1120,7 +1120,7 @@ async function handleConfirmResumeStep(msg: AgentChatMessage) {
|
||||
msg.extra = JSON.stringify(extraData)
|
||||
|
||||
//测试一下通过userId和jobId拿到storageKey,再用storageKey拿到简历文件并下载到浏览器测试一下(测试成功,先注释)
|
||||
const testRecord = getCachedResumeRecord(userId, jobId)
|
||||
// const testRecord = getCachedResumeRecord(userId, jobId)
|
||||
// if (testRecord) {
|
||||
// const testFile = await getCachedResumeFile(testRecord.storageKey, '测试缓存简历')
|
||||
// if (testFile) {
|
||||
|
||||
Reference in New Issue
Block a user