puhanshu
2022-07-25 a93aae216896cec7790abe3573f7d8c4e1f9d8cd
springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/service/user/UserService.java
@@ -536,7 +536,7 @@
     * @return 协议内容
     */
    @PostMapping("useragreement")
    R userAgreement(@RequestParam("type") int type);
    R userAgreement(@RequestParam("type") int type,@RequestParam("appid")String appId);
    /**
     * uu洗车登录
@@ -697,7 +697,7 @@
     * @return 协议内容
     */
    @PostMapping("agreement")
    R agreement(@RequestParam("type") Integer type);
    R agreement(@RequestParam("type") Integer type,@RequestParam("appId")String appId);
    /**
     * 维护用户最后登录时间