| | |
| | | * 1居民端app协议 2网格员端app协议 3商家端app协议 4隐私政策 |
| | | * @return 协议内容 |
| | | */ |
| | | R agreement(Integer type); |
| | | R agreement(Integer type,String appId); |
| | | |
| | | /** |
| | | * 维护用户最后登录时间 |
| | |
| | | * @return |
| | | */ |
| | | R uuPush(@RequestParam("washPhone")String washPhone,@RequestParam("phone")String phone,@RequestParam("washName")String washName,@RequestParam("orderStatus")Integer orderStatus); |
| | | |
| | | /** |
| | | * 获取城镇或村落列表 |
| | | * */ |
| | | R getCommunityList(String name,Long id); |
| | | |
| | | /** |
| | | * 重置密码 |
| | | * @param type |
| | | * @param account |
| | | * @return |
| | | */ |
| | | R resetPassword(Integer type,String account); |
| | | |
| | | /** |
| | | * 天府通办登录 |
| | | * @param uuLoginVO |
| | | * @return |
| | | */ |
| | | R tfLogin(UuLoginVO uuLoginVO); |
| | | } |