| | |
| | | public static final String POST_Device_startup = "/home-wisdom/app/powerStation/device/inverter/startup"; |
| | | //获取设备详情(云端) |
| | | public static final String POST_Device_info = "/home-wisdom/app/device/info"; |
| | | //获取电站下负载控制中心列表 |
| | | public static final String POST_Device_loadCentreDevices = "/home-wisdom/app/powerStation/device/loadCentreDevices"; |
| | | |
| | | |
| | | //endregion |
| | |
| | | |
| | | //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 POST_statusOverview = "/home-wisdom/app/powerStation/statusOverview"; |
| | | //获取电站交付二维码(安装商) |
| | | public static final String POST_getDeliveryUrlQrcode = "/home-wisdom/app/powerStation/getDeliveryUrlQrcode"; |
| | | //获取电站交付URl(安装商) |
| | | public static final String POST_getDeliveryUrl = "/home-wisdom/app/powerStation/getDeliveryUrl"; |
| | | |
| | | //电站手动交付(安装商) |
| | | public static final String POST_deliverToAccount = "/home-wisdom/app/powerStation/deliverToAccount"; |
| | |
| | | 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 |