提交 3210d18e 作者: han

优化

上级 fc42841c
...@@ -118,7 +118,7 @@ public class UserPointsController extends BaseController { ...@@ -118,7 +118,7 @@ public class UserPointsController extends BaseController {
@ApiOperation(value = "根据类型ID返回购买积分选购类型") @ApiOperation(value = "根据类型ID返回购买积分选购类型")
@ApiResponses({@ApiResponse(code = 200, message = "OK", response = ResultBody.class)}) @ApiResponses({@ApiResponse(code = 200, message = "OK", response = ResultBody.class)})
@PostMapping("/buyPointsTypeById") @PostMapping("/buyPointsTypeById")
public Integer buyPointsTypeById(@ApiParam(value = "购买聊天时长的类型id,唯一识别id", required = true) Integer typeId){ public Integer buyPointsTypeById(@ApiParam(value = "购买积分的类型id,唯一识别id", required = true) Integer typeId){
return userPointsService.buyPointsTypeById(typeId); return userPointsService.buyPointsTypeById(typeId);
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论