|
@@ -1063,4 +1063,10 @@ public class AMScontroller extends BaseRESTfulController {
|
|
|
public Map<String, Object> updateBindRequirement(@RequestBody Map<String, Object> params) throws Exception {
|
|
public Map<String, Object> updateBindRequirement(@RequestBody Map<String, Object> params) throws Exception {
|
|
|
return amsFeign.updateBindRequirement(params);
|
|
return amsFeign.updateBindRequirement(params);
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
|
|
+ @ApiOperation("汽运传火运清洁能源")
|
|
|
|
|
+ @PostMapping("/qjnyChange")
|
|
|
|
|
+ public Map<String, Object> qjnyChange(@RequestBody Map<String, Object> params) throws Exception {
|
|
|
|
|
+ return amsFeign.qjnyChange(params);
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|