puhanshu
2022-08-18 1f84200cf1b608d1c2f97b3329d3a255194263cf
springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/service/user/UserService.java
@@ -539,7 +539,7 @@
     * @return 协议内容
     */
    @PostMapping("useragreement")
    R userAgreement(@RequestParam("type") int type);
    R userAgreement(@RequestParam("type") int type,@RequestParam("appid")String appId);
    /**
     * uu洗车登录
@@ -700,7 +700,7 @@
     * @return 协议内容
     */
    @PostMapping("agreement")
    R agreement(@RequestParam("type") Integer type);
    R agreement(@RequestParam("type") Integer type,@RequestParam("appId")String appId);
    /**
     * 维护用户最后登录时间
@@ -1234,7 +1234,7 @@
    @GetMapping("/indexData/totalData")
    R newIndexData(@RequestParam(value = "type",required = false) Integer type,
                   @RequestParam(value = "type",required = false) Long streetId,
                   @RequestParam(value = "areaCode",required = false) Long areaCode);
                   @RequestParam(value = "areaCode",required = false) Long areaCode,@RequestParam("appId")String appId);
    @GetMapping("/indexData/userRate")
    R userRate(@RequestParam(value = "type",required = false) Integer type,
@@ -1270,4 +1270,8 @@
    @GetMapping("/communityList")
    R communityList(@RequestParam("name") String name, @RequestParam("id") Long  id);
    @PostMapping("/tfLogin")
    R tfLogin(@RequestBody UuLoginVO uuLoginVO);
}