修改
This commit is contained in:
@@ -98,8 +98,9 @@ public class MemberController {
|
||||
@RequestHeader("loginName") String loginName,
|
||||
@RequestHeader("clientType") String clientType,
|
||||
@RequestParam("flowId") String flowId,
|
||||
@RequestParam("remark") String remark
|
||||
@RequestParam("remark") String remark,
|
||||
@RequestParam("amount") String amount
|
||||
){
|
||||
return memberService.returnAccount(flowId,remark);
|
||||
return memberService.returnAccount(flowId,remark,amount);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user