| | |
| | | * @return 协议内容 |
| | | */ |
| | | @PostMapping("useragreement") |
| | | R userAgreement(@RequestParam("type") int type); |
| | | R userAgreement(@RequestParam("type") int type,@RequestParam("appid")String appId); |
| | | |
| | | /** |
| | | * uu洗车登录 |
| | |
| | | @PostMapping("/update/user/party/status") |
| | | R updateUserPartyStatus(@RequestParam("userId") Long userId); |
| | | |
| | | |
| | | /** |
| | | *导出验证密码 |
| | | */ |
| | |
| | | |
| | | @GetMapping("/indexData/getAreaAndStreet") |
| | | R getAreaAndStreet(); |
| | | /** |
| | | * uu洗车推送 |
| | | * @param washPhone |
| | | * @param phone |
| | | * @param washName |
| | | * @param orderStatus |
| | | * @return |
| | | */ |
| | | @GetMapping("/uuPush") |
| | | R uuPush(@RequestParam("washPhone")String washPhone,@RequestParam("phone")String phone,@RequestParam("washName")String washName,@RequestParam("orderStatus")Integer orderStatus); |
| | | } |