springcloud_k8s_panzhihuazhihuishequ/applets/src/main/java/com/panzhihua/applets/api/XmostBeautifulApi.java
@@ -237,7 +237,7 @@ } /** * 分页查询 * 分页查询商家分类 * @param * @return */ @@ -249,9 +249,27 @@ } /** * 获取商家详情 * @param id * @return */ @GetMapping("/VolunteerMerchant/getById") public R volunteerMerchantGetById(@RequestParam("id") String id) { return communityService.volunteerMerchantGetById(id); } /** * 是否是商家 * @return */ @GetMapping("/VolunteerMerchant/isMerchant") public R isMerchant(@RequestParam("userId") String userId) { return communityService.isMerchant(userId); }