lidongdong
2023-08-30 ea01357b626ef4dc8326ff39da6f31e17bf2c0f9
springcloud_k8s_panzhihuazhihuishequ/applets/src/main/java/com/panzhihua/applets/api/XmostBeautifulApi.java
@@ -261,6 +261,18 @@
    }
    /**
     * 是否是商家
     * @param id
     * @return
     */
    @GetMapping("/VolunteerMerchant/isMerchant")
    public R isMerchant(@RequestParam("userId") String userId)
    {
        return communityService.isMerchant(userId);
    }