springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/service/user/UserService.java
@@ -1221,4 +1221,8 @@ */ @PostMapping("/update/user/party/status") R updateUserPartyStatus(@RequestParam("userId") Long userId); @GetMapping("/indexData") R newIndexData(@RequestParam(value = "type",required = false) Integer type, @RequestParam(value = "type",required = false) Long streetId); }