microrain 7 сар өмнө
parent
commit
4a3c8f4558

+ 2 - 2
src/views/iot/device/instance/detail.vue

@@ -596,12 +596,12 @@ export default defineComponent({
             type: '响应',
           },
           {
-            url: `/sys/${res.data.productKey}/${deviceKey}/thing/event/${'${eventIdentifier}'}/property/post`,
+            url: `/sys/${res.data.productKey}/${deviceKey}/thing/event/${'${eventIdentifier}'}/post`,
             info: '设备上报事件(设备端发起)',
             type: '请求',
           },
           {
-            url: `/sys/${res.data.productKey}/${deviceKey}/thing/event/${'${eventIdentifier}'}/property/post_reply`,
+            url: `/sys/${res.data.productKey}/${deviceKey}/thing/event/${'${eventIdentifier}'}/post_reply`,
             info: '设备上报事件(设备端发起)',
             type: '响应',
           }