| | |
| | | |
| | | static BASE64Encoder encoder = new BASE64Encoder(); |
| | | |
| | | private final String sm4Key = "bf679652628841dc8f35f84989abf350"; |
| | | private final String sm4Key = "cd888d57e21a4ffc9be7ed601ab3ccd6"; |
| | | |
| | | private final String clientCode = "909BCF57904BDBD3E053AF0A020A3760"; |
| | | private final String clientCode = "369947"; |
| | | |
| | | private final String url = "http://eid.gongqing.gov.cn/uias-test/fca/verifyFace"; |
| | | private final String url = "http://218.87.21.104:59944/uias/verifyFace"; |
| | | |
| | | @PostMapping("/faceCompare") |
| | | public R upload(@RequestParam("name")String name,@RequestParam("idCardNo")String idCardNo,@RequestParam("file") MultipartFile file){ |
| | |
| | | * @return |
| | | */ |
| | | @GetMapping("/getUserRegisterStatisticsData") |
| | | public R getUserRegisterStatisticsData(){ |
| | | public R getUserRegisterStatisticsData() { |
| | | return R.data(userService.getUserRegisterStatisticsData()); |
| | | } |
| | | |
| | | /** |
| | | * 统计六大队伍 |
| | | */ |
| | | @GetMapping("/getUserTypeCount") |
| | | public R getUserTypeCount() { |
| | | return R.data(userService.getUserTypeCount()); |
| | | } |
| | | |
| | | |
| | | |
| | | } |