增加获取uuid的方法,为压测环境的同一token购物车重复问题处理
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user