refreshHomeInfo 刷新家庭信息

refreshHomeInfo ^8.9

刷新家庭信息

#请求参数

Prop Type Default Comment
homeId String N/A 家庭id,默认是当前家庭id

#接口调用示例

const params = {
    "homeId": "家庭id, 默认为当前家庭id",
}
this.$bridge
  .refreshHomeInfo(params)
  .then(res => {
    this.$alert(res)
  })
  .catch(err => {
    this.$toast(err)
  })

#接口返回示例

{
    "code": "0",
    "msg": "sucess"
}
posted on 2024-12-17 09:26  AtlasLapetos  阅读(8)  评论(0)    收藏  举报