refreshHomeInfo 刷新家庭信息

refreshHomeInfo ^8.9

刷新家庭信息

#请求参数

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

#接口调用示例

const params = {
    "homeId": "",
}
this.$bridge
  .refreshHomeInfo(params)
  .then(res => {
    this.$alert(res)
  })
  .catch(err => {
    this.$toast(err)
  })

#接口返回示例

{
  "code": "0",
  "msg": "success"
}
posted on 2024-12-19 09:29  AtlasLapetos  阅读(15)  评论(0)    收藏  举报