| | |
| | | * @return 协议内容 |
| | | */ |
| | | @PostMapping("useragreement") |
| | | R userAgreement(@RequestParam("type") int type); |
| | | R userAgreement(@RequestParam("type") int type,@RequestParam("appid")String appId); |
| | | |
| | | /** |
| | | * uu洗车登录 |
| | |
| | | * @return 协议内容 |
| | | */ |
| | | @PostMapping("agreement") |
| | | R agreement(@RequestParam("type") Integer type); |
| | | R agreement(@RequestParam("type") Integer type,@RequestParam("appId")String appId); |
| | | |
| | | /** |
| | | * 维护用户最后登录时间 |
| | |
| | | |
| | | @GetMapping("/communityList") |
| | | R communityList(@RequestParam("name") String name, @RequestParam("id") Long id); |
| | | |
| | | |
| | | @PostMapping("/tfLogin") |
| | | R tfLogin(@RequestBody UuLoginVO uuLoginVO); |
| | | } |