fix(物联网): 调整设备控制接口
This commit is contained in:
parent
1dac10fcb1
commit
4b0c8a411f
|
@ -2,8 +2,8 @@
|
||||||
"name" : "物联网可视化",
|
"name" : "物联网可视化",
|
||||||
"appid" : "__UNI__604B8F1",
|
"appid" : "__UNI__604B8F1",
|
||||||
"description" : "",
|
"description" : "",
|
||||||
"versionName" : "1.0.29",
|
"versionName" : "1.0.31",
|
||||||
"versionCode" : 1029,
|
"versionCode" : 1031,
|
||||||
"transformPx" : false,
|
"transformPx" : false,
|
||||||
/* 5+App特有相关 */
|
/* 5+App特有相关 */
|
||||||
"app-plus" : {
|
"app-plus" : {
|
||||||
|
|
|
@ -178,7 +178,7 @@
|
||||||
pk:this.pk,
|
pk:this.pk,
|
||||||
p:obj
|
p:obj
|
||||||
}
|
}
|
||||||
this.$api.iotsApi.downDeviceAbility(params).then(res => {
|
this.$api.iotsApi.downDeviceProp(params).then(res => {
|
||||||
console.log("下发数据成功",res)
|
console.log("下发数据成功",res)
|
||||||
if(res.code == 0){
|
if(res.code == 0){
|
||||||
// this.$u.toast('执行成功')
|
// this.$u.toast('执行成功')
|
||||||
|
|
Loading…
Reference in New Issue