提交 b2e16ed2 作者: zhenjie

钱包详情修改

上级 a751113e
......@@ -41,7 +41,7 @@ public class PayWalletController extends BaseController {
@GetMapping("getPayWalletInfo")
public ResultBody<PayWalletDTO> getPayWalletInfo(
@ApiParam(value = "用户userAccountId", required = true) @RequestParam Integer userAccountId) {
return ResultBody.success(payWalletService.getPayWalletInfo(userAccountId));
return payWalletService.getPayWalletInfo(userAccountId);
}
@ApiOperation(value = "feign-云享金充值增加金额")
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论