夏文涛 2 년 전
부모
커밋
435c398e8e
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/main/java/com/template/controller/SmartIdentityController.java

+ 2 - 0
src/main/java/com/template/controller/SmartIdentityController.java

@@ -2,6 +2,7 @@ package com.template.controller;
 
 
 import com.template.annotation.DESRespondSecret;
+import com.template.annotation.PassToken;
 import com.template.api.SmartIdentityControllerAPI;
 import com.template.common.utils.paramUtils;
 import com.template.model.pojo.SmartApply;
@@ -168,6 +169,7 @@ public class SmartIdentityController implements SmartIdentityControllerAPI {
 
     @Override
     @DESRespondSecret(validated = true)
+    @PassToken
     public CommonResult queryIdentityApplyById(int id) {
 
         List<ApplysVo> result = new ArrayList<>();