public class WxMpShakeServiceImpl extends Object implements WxMpShakeService
| 构造器和说明 | 
|---|
| WxMpShakeServiceImpl() | 
| 限定符和类型 | 方法和说明 | 
|---|---|
| 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 searchQuery)
 查询设备与页面的关联关系 详情请见: https://mp.weixin.qq.com/wiki? | 
public WxMpShakeInfoResult getShakeInfo(WxMpShakeQuery wxMpShakeQuery) throws WxErrorException
WxMpShakeService获取设备及用户信息
获取设备信息,包括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
getShakeInfo 在接口中 WxMpShakeServicewxMpShakeQuery - 查询参数WxErrorException - the wx error exceptionpublic WxMpShakeAroundPageAddResult pageAdd(WxMpShakeAroundPageAddQuery shakeAroundPageAddQuery) throws WxErrorException
WxMpShakeService页面管理
详情请见: https://mp.weixin.qq.com/wiki?t=resource/res_main&id=mp1459246752
pageAdd 在接口中 WxMpShakeServiceshakeAroundPageAddQuery - the shake around page add queryWxErrorException - the wx error exceptionpublic WxError deviceBindPageQuery(WxMpShakeAroundDeviceBindPageQuery shakeAroundDeviceBindPageQuery) throws WxErrorException
WxMpShakeService配置设备与页面的关联关系
详情请见: https://mp.weixin.qq.com/wiki?t=resource/res_main&id=mp1459301931
deviceBindPageQuery 在接口中 WxMpShakeServiceshakeAroundDeviceBindPageQuery - the shake around device bind page queryWxErrorException - the wx error exceptionpublic WxMpShakeAroundRelationSearchResult relationSearch(WxMpShakeAroundRelationSearchQuery searchQuery) throws WxErrorException
WxMpShakeService查询设备与页面的关联关系
详情请见: https://mp.weixin.qq.com/wiki?t=resource/res_main&id=mp1443447914
relationSearch 在接口中 WxMpShakeServicesearchQuery - the shake around relation search queryWxErrorException - the wx error exceptionCopyright © 2024. All rights reserved.