添加支付密码
This commit is contained in:
@@ -58,9 +58,10 @@ public class PayController {
|
||||
@GetMapping("accountPay")
|
||||
public Result accountPay(@RequestHeader("token") String token,
|
||||
@RequestParam("orderId") String orderId,
|
||||
@RequestParam("memberId") String memberId
|
||||
@RequestParam("memberId") String memberId,
|
||||
@RequestParam("pwd") String pwd
|
||||
) {
|
||||
return payService.accountPay(orderId, memberId, token);
|
||||
return payService.accountPay(orderId, memberId, token,pwd);
|
||||
}
|
||||
|
||||
@RequestMapping("groupOrderPay")
|
||||
|
||||
Reference in New Issue
Block a user