Sfoglia il codice sorgente

加入事务注解

gaodm 6 anni fa
parent
commit
6298db6836

+ 1 - 1
user-service/src/main/java/com/diagbot/web/VerController.java

@@ -34,7 +34,7 @@ public class VerController {
      * 获取图片验证码
      * @return 图片验证码包括图片验证码唯一标志和图片信息
      */
-    @ApiOperation(value = "获取图片验证码", notes = "获取图片验证码包括图片验证码唯一标志和图片信息")
+    @ApiOperation(value = "获取图片验证码[by:zhoutg]", notes = "获取图片验证码包括图片验证码唯一标志和图片信息")
     @PostMapping("/getImgVerification")
     @SysLogger("getImgVerification")
     public RespDTO<ImgVerCreatDTO> getImgVerification(){