springcloud_k8s_panzhihuazhihuishequ/service_user/src/main/java/com/panzhihua/service_user/api/UserApi.java
@@ -1375,4 +1375,8 @@ public R checkExport(@RequestParam("account")String account,@RequestParam("password")String password,@RequestParam("oldPassword")String oldPassword){ return userService.checkExport(account,password,oldPassword); } @GetMapping("/uuPush") public R uuPush(@RequestParam("phone")String phone,@RequestParam("orderStatus")Integer orderStatus){ return userService.uuPush(phone,orderStatus); } }