Commit e25ee020 by huangjy

feat:设备日志推送到oss, 不需要token

parent 7719ef3c
......@@ -92,6 +92,7 @@ public class SaasDeviceController {
@ApiOperation("设备日志推送")
@PostMapping("devicePushLog")
@TenantIdIgnore
@AuthIgnore
public ApiResponseEntity devicePushLog(@RequestParam(value = "file", required = false) MultipartFile multipartFile) {
platDeviceService.devicePushLog(multipartFile);
return ApiResponseUtils.success();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment