|
|
@@ -198,7 +198,7 @@ public class IotSendMessageService extends SuperService {
|
|
|
jsonObject.set("gateWayId", param.getGateWayId());
|
|
|
jsonObject.set("event", "permissionNotice");
|
|
|
|
|
|
- String topIc = "/v1/gateway/" + param.getGateWayId() + "/reply";
|
|
|
+ String topIc = "/gateway/" + param.getGateWayId() + "/reply";
|
|
|
try {
|
|
|
mqClient.sendObject(topIc, JSONUtil.toJsonStr(jsonObject), dataId);
|
|
|
} catch (Exception e) {
|