|
|
|
@@ -64,7 +64,11 @@ public class WxMallController extends BaseController { |
|
|
|
public ResultData findById(Long id) { |
|
|
|
return new ResultData(Result.SUCCESS,"查询成功",wxMallService.getById(id)); |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ApiOperation("查询当前mall的信息") |
|
|
|
@GetMapping("/mallinfo") |
|
|
|
public ResultData mallinfo() { |
|
|
|
return new ResultData(wxMallService.getByTenantId(getTenantId())); |
|
|
|
} |
|
|
|
|
|
|
|
} |