|
@@ -24,6 +24,7 @@ import java.util.concurrent.TimeUnit;
|
|
|
public class SiRdCrdController {
|
|
|
private final Map<String, RdCrdRslt> map = new HashMap<>(Capacity.DEFAULT);
|
|
|
|
|
|
+ @PassToken
|
|
|
@GetMapping("/request")
|
|
|
public ResultVo<RdCrdRslt> request(@RequestParam("prm") String prm) throws Exception {
|
|
|
log.info("读卡请求:{}", prm);
|