yangfeng hace 1 año
padre
commit
693cf30667

+ 1 - 0
web/src/main/java/com/ynfy/app/api/v1/controller/ApiIndexController.java

@@ -167,6 +167,7 @@ public class ApiIndexController extends ApiBaseController {
      * @param id
      * @return
      */
+    @IgnoreAuth
     @GetMapping(value = "/viewArticle")
     public Result<?> viewArticle(@RequestParam String id) {
         return Result.OK(articleService.getById(id));