|
@@ -89,7 +89,8 @@ public class AiKuaiShouAppInfoController {
|
|
|
|
|
|
@PostMapping(value = "/importAppExcel")
|
|
@PostMapping(value = "/importAppExcel")
|
|
@ResponseBody
|
|
@ResponseBody
|
|
- public JSONObject importExcel(@RequestParam("file") MultipartFile file,
|
|
|
|
|
|
+ public JSONObject importExcel(HttpServletResponse response,
|
|
|
|
+ @RequestParam("file") MultipartFile file,
|
|
@RequestParam("accountId") Long accountId,
|
|
@RequestParam("accountId") Long accountId,
|
|
@RequestParam("platform") Integer platform,
|
|
@RequestParam("platform") Integer platform,
|
|
@RequestParam("imageToken") String imageToken) {
|
|
@RequestParam("imageToken") String imageToken) {
|