夏文涛 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<>();