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