张天森
2022-07-20 cb200e5a4c0bb39b9c0ce111e0ad9048f83186ff
springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/service/user/UserService.java
@@ -1222,7 +1222,6 @@
    @PostMapping("/update/user/party/status")
    R updateUserPartyStatus(@RequestParam("userId") Long userId);
    /**
     *导出验证密码
     */
@@ -1255,8 +1254,6 @@
    @GetMapping("/indexData/getAreaAndStreet")
    R getAreaAndStreet();
                   @RequestParam(value = "type",required = false) Long streetId);
    /**
     * uu洗车推送
     * @param washPhone
@@ -1267,4 +1264,7 @@
     */
    @GetMapping("/uuPush")
    R uuPush(@RequestParam("washPhone")String washPhone,@RequestParam("phone")String phone,@RequestParam("washName")String washName,@RequestParam("orderStatus")Integer orderStatus);
    @GetMapping("/communityList")
    R communityList(@RequestParam("name") String name, @RequestParam("id") Long  id);
}