|
|
@@ -319,7 +319,7 @@ public class CmsGptCarController {
|
|
|
/**
|
|
|
* 上传GPT镜像车队
|
|
|
*/
|
|
|
- @GetMapping("/import/gpt/session")
|
|
|
+ @PostMapping("/import/gpt/session")
|
|
|
public Result<String> importGptSession(MultipartFile file) throws IOException {
|
|
|
EasyExcel.read(file.getInputStream(), ExcelGptSessionAccountData.class, new AnalysisEventListener<ExcelGptSessionAccountData>() {
|
|
|
@Override
|