修改推送接口时间

This commit is contained in:
nisen
2023-09-19 14:21:31 +08:00
parent 77121a63d2
commit fcdce3f082

View File

@@ -29,7 +29,7 @@ export const caseInfoDownload = (data) => http.post('xboe/m/boe/cases/recommend/
export const rePushOrWithdraw = (data) => http.post('xboe/m/boe/cases/recommend/rePushOrWithdraw', data)
// 案例推荐
export const caseRecommend = (data) => http.post('/xboe/m/boe/cases/recommend/launch', data,{
timeout:20000
timeout:60000
})
//案例推荐选人的查询列表