|
|
@ -166,7 +166,7 @@ public interface DistributorFeign { |
|
|
|
ResultBean<String> getFlowOperateTitle(@Valid @SpringQueryMap DistributorFlowableQuery query); |
|
|
|
|
|
|
|
@ApiOperation(value = "加签") |
|
|
|
@PostMapping(value = "/delegate") |
|
|
|
@PutMapping(value = "/delegate") |
|
|
|
@ResponseBody |
|
|
|
public ResultBean delegate(@RequestBody AppDistributorDelegateQuery appDistributorDelegateQuery); |
|
|
|
|
|
|
|