| | |
| | | |
| | | //region **********【B端接口】********** |
| | | //region -----首页模块--------- |
| | | |
| | | //获取统计概览数据(公司维度) |
| | | public static final String POST_Home_page_dataOverview = "/home-wisdom/app/powerStation/homePage/dataOverview"; |
| | | //发电量统计(公司维度) |
| | |
| | | |
| | | //endregion |
| | | //region -----用户管理--------- |
| | | |
| | | //检验B端的账号是否权限 |
| | | public static final String B_POST_getCompanyParterMenu= "/basis-footstone/mgmt/user/manage/getCompanyParterMenu"; |
| | | //获取账号区域信息 |
| | | public static final String POST_RegionByUserAccount = "/smart-footstone/region/regionByUserAccount"; |
| | | //登录接口 |
| | |
| | | public static final String C_POST_HOME_UPDATEDEBUGPERM = "/home-wisdom/app/home/updateDebugPerm"; |
| | | //下载子账号头像 |
| | | public static final String C_POST_HOME_GETHEADPÏORTRAIT = "/home-wisdom/app/child/account/getHeadPÏortrait"; |
| | | |
| | | //注销账号 |
| | | public static final String C_POST_MEMBER_UNREGISTER = "/basis-footstone/member/unregister"; |
| | | |
| | | //endregion |
| | | //endregion |