springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/service/user/UserService.java
@@ -1222,6 +1222,13 @@ @PostMapping("/update/user/party/status") R updateUserPartyStatus(@RequestParam("userId") Long userId); /** *导出验证密码 */ @GetMapping("/checkExport") R checkExport(@RequestParam("account")String account,@RequestParam("password")String password,@RequestParam("oldPassword")String oldPassword); @GetMapping("/indexData") R newIndexData(@RequestParam(value = "type",required = false) Integer type, @RequestParam(value = "type",required = false) Long streetId);