| | |
| | | |
| | | //添加推送Token |
| | | public static final String POST_push_add = "/smart-footstone/app/push-information/add"; |
| | | //删除推送Token |
| | | public static final String POST_push_del = "/smart-footstone/app/push-information/delete"; |
| | | |
| | | //region **********【B端】和【C端】共用接口********** |
| | | //mqtt连接需要(语雀接口地址:https://hdl-gz.yuque.com/wnkbmh/cdrglh/totdnt#40b28997) |
| | |
| | | |
| | | //电站手动交付(安装商) |
| | | public static final String POST_deliverToAccount = "/home-wisdom/app/powerStation/deliverToAccount"; |
| | | |
| | | //更新项目状态 (交付、验收、撤销交付、验收未通过、重新调试、交付回滚等操作)(https://hdl-gz.yuque.com/wnkbmh/diiq35/kegldc#gWveC) |
| | | public static final String POST_UpdateProjectDebugStatus = "/smart-footstone/mgmt/community/project/updateProjectDebugStatus"; |
| | | //endregion |
| | | |
| | | |