fix(物联网): 调整设备控制接口

This commit is contained in:
风花一世月 2024-07-30 20:39:26 +08:00
parent 1dac10fcb1
commit 4b0c8a411f
2 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@
"name" : "物联网可视化",
"appid" : "__UNI__604B8F1",
"description" : "",
"versionName" : "1.0.29",
"versionCode" : 1029,
"versionName" : "1.0.31",
"versionCode" : 1031,
"transformPx" : false,
/* 5+App */
"app-plus" : {

View File

@ -178,7 +178,7 @@
pk:this.pk,
p:obj
}
this.$api.iotsApi.downDeviceAbility(params).then(res => {
this.$api.iotsApi.downDeviceProp(params).then(res => {
console.log("下发数据成功",res)
if(res.code == 0){
// this.$u.toast('')