101captain
2022-07-21 d967c0cdaa252316aa102f681cacdccb5512b7ad
springcloud_k8s_panzhihuazhihuishequ/service_user/src/main/java/com/panzhihua/service_user/service/UserService.java
@@ -356,7 +356,7 @@
     *            所属app 1居民端app 2网格员端app 3商家端app
     * @return 协议内容
     */
    R userAgreement(int type);
    R userAgreement(int type,String appId);
    /**
     * 意见反馈
@@ -854,7 +854,43 @@
     */
    R checkExport(@RequestParam("account")String account, @RequestParam("password")String password,@RequestParam("oldPassword")String oldPassword);
    R newIndexData(Integer type, Long streetId);
    /**
     * 数据看板:数据总览
     * @param type 查看类型
     * @param streetId 街道id
     * @param areaCode 区县code
     * */
    R newIndexData(Integer type, Long streetId,Long areaCode);
    /**
     * 用户占比统计
     * @param type 查看类型
     * @param streetId 街道id
     * @param areaCode 区县code
     * @param range  */
    R userRate(Integer type, Long streetId, Long areaCode, Integer range);
    /**
     * 真实用户占比统计
     * @param type 查看类型
     * @param streetId 街道id
     * @param areaCode 区县code
     * @param range  */
    R realUser(Integer type, Long streetId, Long areaCode, Integer range);
    /**
     * 用户行为折线图
     * @param type 查看类型
     * @param streetId 街道id
     * @param areaCode 区县code
     * @param range  */
    R userActivity(Integer type, Long streetId, Long areaCode, Integer range);
    /**
     * 获取区县即下属街道名
     * */
    R getAreaAndStreet();
    /**
     * uu洗车通知推送