|
|
@@ -1036,4 +1036,10 @@ public class AMScontroller extends BaseRESTfulController {
|
|
|
public Map<String, Object> forcedModification(@RequestBody Map<String, Object> params) throws Exception {
|
|
|
return amsFeign.forcedModification(params);
|
|
|
}
|
|
|
+
|
|
|
+ @ApiOperation("新增绑定关系")
|
|
|
+ @PostMapping("/addAmsFixedBindRequirement")
|
|
|
+ public Map<String, Object> addAmsFixedBindRequirement(@RequestBody Map<String, Object> params) throws Exception {
|
|
|
+ return amsFeign.addAmsFixedBindRequirement(params);
|
|
|
+ }
|
|
|
}
|