|
@@ -560,12 +560,12 @@ export default defineComponent({
|
|
|
|
|
|
topicData.value = deviceType === '网关' ? [
|
|
topicData.value = deviceType === '网关' ? [
|
|
{
|
|
{
|
|
- url: `/sys/${res.data.productKey}/${deviceKey}/thing/service/property/pack/post`,
|
|
|
|
|
|
+ url: `/sys/${res.data.productKey}/${deviceKey}/thing/event/property/pack/post`,
|
|
info: '网关批量上传事件和属性(网关发起)',
|
|
info: '网关批量上传事件和属性(网关发起)',
|
|
type: '请求',
|
|
type: '请求',
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- url: `/sys/${res.data.productKey}/${deviceKey}/thing/service/property/pack/post`,
|
|
|
|
|
|
+ url: `/sys/${res.data.productKey}/${deviceKey}/thing/event/property/pack/post_reply`,
|
|
info: '网关批量上传事件和属性(网关发起)',
|
|
info: '网关批量上传事件和属性(网关发起)',
|
|
type: '响应',
|
|
type: '响应',
|
|
}
|
|
}
|