@PostMapping(value = "/otp") public void otp(@RequestBody Integer mobile) { System.out.println(" Mobile = "+mobile); } 我使用以下输入从Postman 调用此方法
確定! 回上一頁