运营模块骑行轨迹获取改为Post方法
This commit is contained in:
parent
1405e89439
commit
246f63a761
@ -44,7 +44,7 @@ public class EbikeTrackingController {
|
||||
* @param reqEbikeTrackingDto 查询参数
|
||||
* @return
|
||||
*/
|
||||
@GetMapping("query")
|
||||
@PostMapping("query")
|
||||
public JsonResult<?> query(@RequestBody ReqEbikeTrackingDto reqEbikeTrackingDto) {
|
||||
if (reqEbikeTrackingDto.getInterval() == null|| reqEbikeTrackingDto.getInterval().isEmpty()) {
|
||||
reqEbikeTrackingDto.setInterval("10s");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user