| | |
| | | * 所属app 1居民端app 2网格员端app 3商家端app |
| | | * @return 协议内容 |
| | | */ |
| | | R userAgreement(int type); |
| | | R userAgreement(int type,String appId); |
| | | |
| | | /** |
| | | * 意见反馈 |
| | |
| | | */ |
| | | 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洗车通知推送 |