|
|
@@ -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<>();
|