张天森
2022-07-20 cb200e5a4c0bb39b9c0ce111e0ad9048f83186ff
springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/service/user/UserService.java
@@ -1254,8 +1254,6 @@
    @GetMapping("/indexData/getAreaAndStreet")
    R getAreaAndStreet();
    /**
     * uu洗车推送
     * @param washPhone
@@ -1266,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);
}