|
|
@@ -5,8 +5,8 @@ package com.middle.platform.manage.biz.constant;
|
|
|
* @date 2023-12-21 09:25:19
|
|
|
*/
|
|
|
public enum UrlInit {
|
|
|
- ATTR_UP("/iot/%s/+/property/post", "设备属性上报", "1", "1"),
|
|
|
- ATTR_DOWN("/iot/%s/+/property/post_reply", "云端响应属性上报", "2", "2"),
|
|
|
+ ATTR_UP("/iot/%s/{sn}/property/post", "设备属性上报", "1", "1"),
|
|
|
+ ATTR_DOWN("/iot/%s/{sn}/property/post_reply", "云端响应属性上报", "2", "2"),
|
|
|
;
|
|
|
private final String prefix;
|
|
|
private final String desc;
|