lidongdong
2023-11-17 f9d2eaaa5939b05826a90803fc320eafd5408b03
springcloud_k8s_panzhihuazhihuishequ/applets/src/main/java/com/panzhihua/applets/api/NewStriveAppApi.java
@@ -578,14 +578,11 @@
    /*******************************************************************************************************
     *
     *             商家模块
     *                                           商家模块
     *
     * ********************************************************************************************************/
    /**
     * 分页查询便民服务商家 运营后台
     *
     * @return
     */
    @ApiOperation(value = "商家列表", response = NewFightConvenientMerchantVO.class)
    @GetMapping("/pageMerchant")
    public R pageMerchant(@RequestParam("pageNum") int pageNum,
                          @RequestParam("pageSize") int pageSize,
@@ -601,6 +598,7 @@
     * @param merchantId
     * @return
     */
    @ApiOperation(value = "商家详情", response = NewFightConvenientMerchantVO.class)
    @GetMapping("/selectMerchantById")
    public R selectMerchantById(@RequestParam("merchantId") String merchantId)
    {