| | |
| | | |
| | | //添加推送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_Device_Remove = "/home-wisdom/app/powerStation/device/delete"; |
| | | //获取下挂设备列表 |
| | | public static final String POST_Device_ChildDevices_List = "/home-wisdom/app/powerStation/childDevices"; |
| | | //全量更新OID |
| | | //全量更新OID(https://hdl-gz.yuque.com/wnkbmh/cdrglh/nksd0l#RlGCe) |
| | | public static final String POST_Device_Oid = "/home-wisdom/program/device/oid/add"; |
| | | //设备基本信息(oid)增量添加 |
| | | //设备基本信息(oid)增量添加(https://hdl-gz.yuque.com/wnkbmh/cdrglh/nksd0l#RlGCe) |
| | | public static final String POST_Device_IncrAdd = "/home-wisdom/program/device/oid/incrAdd"; |
| | | public static final String POST_Device_Rename = "/home-wisdom/app/powerStation/device/rename"; |
| | | //获取逆变器(获取设备远程通讯信息) |