2020年5月16日

发送验证码

摘要: controller 1 /** 2 * 发送短信验证码 3 * @param phoneNumber 4 * @return 5 * @throws Exception 6 */ 7 @GetMapping(value = "sendSmsCode") 8 public Object sendSm 阅读全文

posted @ 2020-05-16 18:48 好名字被谁用了 阅读(271) 评论(0) 推荐(0) 编辑

二维码生成

摘要: controller 1 public void getTrainSignQRCode(QRCodeDto qrCodeDto, HttpServletRequest request, HttpServletResponse response) throws Exception { 2 //拼接参数 阅读全文

posted @ 2020-05-16 18:31 好名字被谁用了 阅读(218) 评论(0) 推荐(0) 编辑

文件上传 下载

摘要: 文件上传 controller 1 public Object updateHeadPortrait(@RequestParam(value = "file") MultipartFile file, HttpServletRequest request) throws Exception{ 2 S 阅读全文

posted @ 2020-05-16 18:28 好名字被谁用了 阅读(169) 评论(0) 推荐(0) 编辑

导航