|
@@ -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: '响应',
|
|
|
}
|