|
|
@@ -49,7 +49,7 @@ public class IotController {
|
|
|
/**
|
|
|
* 数据保存
|
|
|
*/
|
|
|
- @PostMapping("/data/save")
|
|
|
+ @PostMapping(value = "/data/save",produces = {"applicaion/json;charset=utf-8"})
|
|
|
@SaIgnore
|
|
|
public R dataSave(@RequestBody BusDeviceRunningEntity source) {
|
|
|
if(StrUtil.isBlank(source.getDeviceId())){
|