Commit c3fb0921 authored by linruibiao's avatar linruibiao

接口编写

parent eee30131
...@@ -116,7 +116,7 @@ public class VariableController extends BaseRestController{ ...@@ -116,7 +116,7 @@ public class VariableController extends BaseRestController{
return call(()->(variableService.getVariableHistoryDataList(variableDTO))); return call(()->(variableService.getVariableHistoryDataList(variableDTO)));
} }
@PutMapping("/send") @PostMapping("/send")
@ApiOperation("下发") @ApiOperation("下发")
@ApiImplicitParam(name = "appId", value = "租户id", required = true,dataTypeClass = String.class) @ApiImplicitParam(name = "appId", value = "租户id", required = true,dataTypeClass = String.class)
public R<Object> send(HttpServletRequest request,@PathVariable String appId,VariableSendDTO sendDTO) { public R<Object> send(HttpServletRequest request,@PathVariable String appId,VariableSendDTO sendDTO) {
......
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 to comment