| | |
| | | R uuPush(@RequestParam("washPhone")String washPhone,@RequestParam("phone")String phone,@RequestParam("washName")String washName,@RequestParam("orderStatus")Integer orderStatus); |
| | | |
| | | /** |
| | | * 无水洗车通知推送 |
| | | * @param phone |
| | | * @param orderStatus |
| | | * @return |
| | | */ |
| | | R wsPush(@RequestParam("washPhone")String washPhone,@RequestParam("phone")String phone,@RequestParam("washName")String washName,@RequestParam("orderStatus")Integer orderStatus); |
| | | |
| | | /** |
| | | * 获取城镇或村落列表 |
| | | * */ |
| | | R getCommunityList(String name,Long id); |
| | | |
| | | /** |
| | | * 获取所有城镇或村落列表 |
| | | * @return |
| | | */ |
| | | R getAllCommunityList(); |
| | | |
| | | /** |
| | | * 重置密码 |
| | |
| | | * 移除专家权限 |
| | | * */ |
| | | R removeExpertRole(String phone); |
| | | |
| | | /** |
| | | * 回复用户反馈 |
| | | * */ |
| | | R feedBackReply(SysUserFeedbackVO sysUserFeedbackVO); |
| | | |
| | | /** |
| | | * 查看我的问题留言或者问题留言记录 |
| | | * */ |
| | | R myFeedBack(Long id,Integer type,Long propertyId); |
| | | |
| | | /** |
| | | * 是否为物业公司登录 |
| | | * */ |
| | | R propertyCheck(String phone); |
| | | } |