public interface WxMpShakeService
限定符和类型 | 方法和说明 |
---|---|
WxError |
deviceBindPageQuery(WxMpShakeAroundDeviceBindPageQuery shakeAroundDeviceBindPageQuery)
配置设备与页面的关联关系
详情请见: https://mp.weixin.qq.com/wiki? |
WxMpShakeInfoResult |
getShakeInfo(WxMpShakeQuery wxMpShakeQuery)
获取设备及用户信息
获取设备信息,包括UUID、major、minor,以及距离、openID等信息。 |
WxMpShakeAroundPageAddResult |
pageAdd(WxMpShakeAroundPageAddQuery shakeAroundPageAddQuery)
页面管理
详情请见: https://mp.weixin.qq.com/wiki? |
WxMpShakeAroundRelationSearchResult |
relationSearch(WxMpShakeAroundRelationSearchQuery shakeAroundRelationSearchQuery)
查询设备与页面的关联关系
详情请见: https://mp.weixin.qq.com/wiki? |
WxMpShakeInfoResult getShakeInfo(WxMpShakeQuery wxMpShakeQuery) throws WxErrorException
获取设备及用户信息
获取设备信息,包括UUID、major、minor,以及距离、openID等信息。 详情请见: https://mp.weixin.qq.com/wiki?action=doc&id=mp1443447963 http请求方式: POST(请使用https协议) 接口地址:https://api.weixin.qq.com/shakearound/user/getshakeinfo?access_token=ACCESS_TOKE
wxMpShakeQuery
- 查询参数WxErrorException
- the wx error exceptionWxMpShakeAroundPageAddResult pageAdd(WxMpShakeAroundPageAddQuery shakeAroundPageAddQuery) throws WxErrorException
页面管理
详情请见: https://mp.weixin.qq.com/wiki?t=resource/res_main&id=mp1459246752
shakeAroundPageAddQuery
- the shake around page add queryWxErrorException
- the wx error exceptionWxError deviceBindPageQuery(WxMpShakeAroundDeviceBindPageQuery shakeAroundDeviceBindPageQuery) throws WxErrorException
配置设备与页面的关联关系
详情请见: https://mp.weixin.qq.com/wiki?t=resource/res_main&id=mp1459301931
shakeAroundDeviceBindPageQuery
- the shake around device bind page queryWxErrorException
- the wx error exceptionWxMpShakeAroundRelationSearchResult relationSearch(WxMpShakeAroundRelationSearchQuery shakeAroundRelationSearchQuery) throws WxErrorException
查询设备与页面的关联关系
详情请见: https://mp.weixin.qq.com/wiki?t=resource/res_main&id=mp1443447914
shakeAroundRelationSearchQuery
- the shake around relation search queryWxErrorException
- the wx error exceptionCopyright © 2024. All rights reserved.