|
@@ -95,7 +95,7 @@ public class DiagLantoneProductController {
|
|
return RespDTO.onSuc(lantoneProductFacade.opendedProduct(oppendedProductVO));
|
|
return RespDTO.onSuc(lantoneProductFacade.opendedProduct(oppendedProductVO));
|
|
}
|
|
}
|
|
|
|
|
|
- @ApiOperation(value = "根据用户id查询当前用户已开通产品[by:zhaops]")
|
|
|
|
|
|
+ @ApiOperation(value = "查询当前用户已开通产品[by:zhaops]")
|
|
@PostMapping("/opendedProductByCurrentUser")
|
|
@PostMapping("/opendedProductByCurrentUser")
|
|
@SysLogger("opendedProductByCurrentUser")
|
|
@SysLogger("opendedProductByCurrentUser")
|
|
public RespDTO<List<LantoneProductWrapper>> opendedProductByCurrentUser() {
|
|
public RespDTO<List<LantoneProductWrapper>> opendedProductByCurrentUser() {
|