类 ItemInterfaceBindController
- java.lang.Object
-
- net.risesoft.controller.config.ItemInterfaceBindController
-
@RestController @RequestMapping(value="/vue/itemInterfaceBind", produces="application/json") public class ItemInterfaceBindController extends Object- 作者:
- zhangchongjie
- Date:
- 2024/05/24
-
-
构造器概要
构造器 构造器 说明 ItemInterfaceBindController()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 net.risesoft.pojo.Y9Result<List<ItemInterfaceBind>>getBindList(String itemId)获取绑定列表net.risesoft.pojo.Y9Result<String>removeBind(String id)移除绑定net.risesoft.pojo.Y9Result<String>saveBind(String[] interfaceIds, String itemId)保存绑定
-
-
-
方法详细资料
-
getBindList
@GetMapping("/getBindList") public net.risesoft.pojo.Y9Result<List<ItemInterfaceBind>> getBindList(@RequestParam String itemId)获取绑定列表- 参数:
itemId- 事项id- 返回:
-
removeBind
@PostMapping("/removeBind") public net.risesoft.pojo.Y9Result<String> removeBind(@RequestParam String id)移除绑定- 参数:
id- 绑定id- 返回:
-
-