增加获取uuid的方法,为压测环境的同一token购物车重复问题处理

This commit is contained in:
Chopper
2022-01-12 11:20:27 +08:00
parent 62804941c2
commit 65e7f9750a
4 changed files with 18 additions and 6 deletions

View File

@@ -52,9 +52,6 @@ public class UploadController {
@Autowired
private Cache cache;
@Autowired
private SystemSettingProperties systemSettingProperties;
@ApiOperation(value = "文件上传")
@PostMapping(value = "/file")
public ResultMessage<Object> upload(MultipartFile file,