# pushAskAPP

-更新相关配置后需要通知app端

# 请求参数

Prop Type Required Default Description
type String Y 'agree share device' ...

# 接口请求示例

const param = { type: 'agree share device' }
this.$bridge.pushAskAPP(param)

# 接口返回示例