@Target(value={TYPE,METHOD,PARAMETER}) @Retention(value=RUNTIME) @Documented @Inherited @ApiDecrypt(value=DES) public @interface ApiDecryptDes
DES解密含有RequestBody注解的参数请求数据
| 限定符和类型 | 可选元素和说明 |
|---|---|
String |
secretKey
Alias for
ApiDecrypt.secretKey() |
@AliasFor(annotation=ApiDecrypt.class) public abstract String secretKey
ApiDecrypt.secretKey()Copyright © 2025. All rights reserved.