springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/api/ConvenientApi.java
@@ -369,6 +369,17 @@ } /** * 获取便民服务商家详情 * * @param userId * @return */ @GetMapping("/merchant/getMerchantByUserId") public R getMerchantByUserId(@RequestParam("userId") Long userId) { return convenientMerchantService.getMerchantByUserId(userId); } /** * 禁用/启用便民服务商家 * * @param disableOrEnableConvenientMerchantDTO