zoujiajian 1 year ago
parent
commit
d8440aaf09

+ 1 - 1
netflix-web/src/main/java/com/cyksj/web/controller/manage/account/CmsGptCarController.java

@@ -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