public class ShakeAroundAPI extends BaseAPI
| 构造器和说明 |
|---|
ShakeAroundAPI() |
| 限定符和类型 | 方法和说明 |
|---|---|
static weixin.popular.bean.shakearound.account.auditstatus.AccountAuditStatusResult |
accountAuditStatus(String accessToken)
申请开通功能-查询审核状态
|
static weixin.popular.bean.shakearound.account.register.AccountRegisterResult |
accountRegister(String accessToken,
weixin.popular.bean.shakearound.account.register.AccountRegister accountRegister)
申请开通功能
|
static weixin.popular.bean.shakearound.account.register.AccountRegisterResult |
accountRegister(String accessToken,
String postJson)
申请开通功能
|
static weixin.popular.bean.shakearound.device.applyid.DeviceApplyIdResult |
deviceApplyId(String accessToken,
weixin.popular.bean.shakearound.device.applyid.DeviceApplyId deviceApplyId)
设备管理-申请设备ID
|
static weixin.popular.bean.shakearound.device.applyid.DeviceApplyIdResult |
deviceApplyId(String accessToken,
String postJson)
设备管理-申请设备ID
|
static weixin.popular.bean.shakearound.device.applystatus.DeviceApplyStatusResult |
deviceApplyStatus(String accessToken,
weixin.popular.bean.shakearound.device.applystatus.DeviceApplyStatus deviceApplyStatus)
设备管理-查询设备ID申请审核状态
|
static weixin.popular.bean.shakearound.device.applystatus.DeviceApplyStatusResult |
deviceApplyStatus(String accessToken,
String postJson)
设备管理-查询设备ID申请审核状态
|
static weixin.popular.bean.shakearound.device.bindlocation.DeviceBindLocationResult |
deviceBindLocation(String accessToken,
weixin.popular.bean.shakearound.device.bindlocation.DeviceBindLocation deviceBindLocation)
设备管理-配置设备与(或者其它公众号的)门店的关联关系
|
static weixin.popular.bean.shakearound.device.bindlocation.DeviceBindLocationResult |
deviceBindLocation(String accessToken,
String postJson)
设备管理-配置设备与(或者其它公众号的)门店的关联关系
|
static weixin.popular.bean.shakearound.device.bindpage.DeviceBindPageResult |
deviceBindPage(String accessToken,
weixin.popular.bean.shakearound.device.bindpage.DeviceBindPage deviceBindPage)
配置设备与页面的关联关系
|
static weixin.popular.bean.shakearound.device.bindpage.DeviceBindPageResult |
deviceBindPage(String accessToken,
String postJson)
配置设备与页面的关联关系
|
static weixin.popular.bean.shakearound.device.group.add.DeviceGroupAddResult |
deviceGroupAdd(String accessToken,
weixin.popular.bean.shakearound.device.group.add.DeviceGroupAdd deviceGroupAdd)
新增分组
|
static weixin.popular.bean.shakearound.device.group.add.DeviceGroupAddResult |
deviceGroupAdd(String accessToken,
String postJson)
新增分组
|
static weixin.popular.bean.shakearound.device.group.adddevice.DeviceGroupAddDeviceResult |
deviceGroupAddDevice(String accessToken,
weixin.popular.bean.shakearound.device.group.adddevice.DeviceGroupAddDevice deviceGroupAddDevice)
添加设备到分组
|
static weixin.popular.bean.shakearound.device.group.adddevice.DeviceGroupAddDeviceResult |
deviceGroupAddDevice(String accessToken,
String postJson)
添加设备到分组
|
static weixin.popular.bean.shakearound.device.group.delete.DeviceGroupDeleteResult |
deviceGroupDelete(String accessToken,
weixin.popular.bean.shakearound.device.group.delete.DeviceGroupDelete deviceGroupDelete)
删除分组
|
static weixin.popular.bean.shakearound.device.group.delete.DeviceGroupDeleteResult |
deviceGroupDelete(String accessToken,
String postJson)
删除分组
|
static weixin.popular.bean.shakearound.device.group.deletedevice.DeviceGroupDeleteDeviceResult |
deviceGroupDeleteDevice(String accessToken,
weixin.popular.bean.shakearound.device.group.deletedevice.DeviceGroupDeleteDevice deviceGroupDeleteDevice)
从分组中移除设备
|
static weixin.popular.bean.shakearound.device.group.deletedevice.DeviceGroupDeleteDeviceResult |
deviceGroupDeleteDevice(String accessToken,
String postJson)
从分组中移除设备
|
static weixin.popular.bean.shakearound.device.group.getdetail.DeviceGroupGetDetailResult |
deviceGroupGetDetail(String accessToken,
weixin.popular.bean.shakearound.device.group.getdetail.DeviceGroupGetDetail deviceGroupGetDetail)
查询分组详情
|
static weixin.popular.bean.shakearound.device.group.getdetail.DeviceGroupGetDetailResult |
deviceGroupGetDetail(String accessToken,
String postJson)
查询分组详情
|
static weixin.popular.bean.shakearound.device.group.getlist.DeviceGroupGetListResult |
deviceGroupGetList(String accessToken,
weixin.popular.bean.shakearound.device.group.getlist.DeviceGroupGetList deviceGroupGetList)
查询分组列表
|
static weixin.popular.bean.shakearound.device.group.getlist.DeviceGroupGetListResult |
deviceGroupGetList(String accessToken,
String postJson)
查询分组列表
|
static weixin.popular.bean.shakearound.device.group.update.DeviceGroupUpdateResult |
deviceGroupUpdate(String accessToken,
weixin.popular.bean.shakearound.device.group.update.DeviceGroupUpdate deviceGroupUpdate)
编辑分组信息
|
static weixin.popular.bean.shakearound.device.group.update.DeviceGroupUpdateResult |
deviceGroupUpdate(String accessToken,
String postJson)
编辑分组信息
|
static weixin.popular.bean.shakearound.device.search.DeviceSearchResult |
deviceSearch(String accessToken,
weixin.popular.bean.shakearound.device.search.DeviceSearch deviceSearch)
查询设备列表
|
static weixin.popular.bean.shakearound.device.search.DeviceSearchResult |
deviceSearch(String accessToken,
String postJson)
查询设备列表
|
static weixin.popular.bean.shakearound.device.update.DeviceUpdateResult |
deviceUpdate(String accessToken,
weixin.popular.bean.shakearound.device.update.DeviceUpdate deviceUpdate)
编辑设备信息
|
static weixin.popular.bean.shakearound.device.update.DeviceUpdateResult |
deviceUpdate(String accessToken,
String postJson)
编辑设备信息
|
static weixin.popular.bean.shakearound.lottery.addlotteryinfo.LotteryAddLotteryInfoResult |
lotteryAddLotteryInfo(String accessToken,
weixin.popular.bean.shakearound.lottery.addlotteryinfo.LotteryAddLotteryInfo lotteryAddLotteryInfo)
摇一摇红包-创建红包活动
|
static weixin.popular.bean.shakearound.lottery.addlotteryinfo.LotteryAddLotteryInfoResult |
lotteryAddLotteryInfo(String accessToken,
String postJson)
摇一摇红包-创建红包活动
|
static weixin.popular.bean.shakearound.lottery.querylottery.LotteryQueryLotteryResult |
lotteryQueryLottery(String accessToken,
String lotteryId)
摇一摇红包-红包查询接口
|
static BaseResult |
lotterySetLotterySwitch(String accessToken,
String lotteryId,
int onoff)
摇一摇红包-设置红包活动抽奖开关
|
static weixin.popular.bean.shakearound.lottery.setprizebucket.LotterySetPrizeBucketResult |
lotterySetPrizeBucket(String accessToken,
weixin.popular.bean.shakearound.lottery.setprizebucket.LotterySetPrizeBucket lotterySetPrizeBucket)
摇一摇红包-录入红包信息
|
static weixin.popular.bean.shakearound.lottery.setprizebucket.LotterySetPrizeBucketResult |
lotterySetPrizeBucket(String accessToken,
String postJson)
摇一摇红包-录入红包信息
|
static weixin.popular.bean.shakearound.material.add.MaterialAddResult |
materialAdd(String accessToken,
weixin.popular.bean.shakearound.material.add.MediaType type,
File media)
上传图片素材
|
static weixin.popular.bean.shakearound.page.add.PageAddResult |
pageAdd(String accessToken,
weixin.popular.bean.shakearound.page.add.PageAdd pageAdd)
页面管理-新增页面
|
static weixin.popular.bean.shakearound.page.add.PageAddResult |
pageAdd(String accessToken,
String postJson)
页面管理-新增页面
|
static weixin.popular.bean.shakearound.page.delete.PageDeleteResult |
pageDelete(String accessToken,
weixin.popular.bean.shakearound.page.delete.PageDelete pageDelete)
页面管理-删除页面
|
static weixin.popular.bean.shakearound.page.delete.PageDeleteResult |
pageDelete(String accessToken,
String postJson)
页面管理-删除页面
|
static weixin.popular.bean.shakearound.page.search.PageSearchResult |
pageSearch(String accessToken,
weixin.popular.bean.shakearound.page.search.PageSearch pageSearch)
页面管理-查询页面列表
|
static weixin.popular.bean.shakearound.page.search.PageSearchResult |
pageSearch(String accessToken,
String postJson)
页面管理-查询页面列表
|
static weixin.popular.bean.shakearound.page.update.PageUpdateResult |
pageUpdate(String accessToken,
weixin.popular.bean.shakearound.page.update.PageUpdate pageUpdate)
页面管理-编辑页面信息
|
static weixin.popular.bean.shakearound.page.update.PageUpdateResult |
pageUpdate(String accessToken,
String postJson)
页面管理-编辑页面信息
|
static weixin.popular.bean.shakearound.relation.search.RelationSearchResult |
relationSearch(String accessToken,
weixin.popular.bean.shakearound.relation.search.RelationSearch relationSearch)
查询设备与页面的关联关系
|
static weixin.popular.bean.shakearound.relation.search.RelationSearchResult |
relationSearch(String accessToken,
String postJson)
查询设备与页面的关联关系
|
static weixin.popular.bean.shakearound.statistics.device.StatisticsDeviceResult |
statisticsDevice(String accessToken,
weixin.popular.bean.shakearound.statistics.device.StatisticsDevice statisticsDevice)
以设备为维度的数据统计接口
|
static weixin.popular.bean.shakearound.statistics.device.StatisticsDeviceResult |
statisticsDevice(String accessToken,
String postJson)
以设备为维度的数据统计接口
|
static weixin.popular.bean.shakearound.statistics.devicelist.StatisticsDeviceListResult |
statisticsDeviceList(String accessToken,
weixin.popular.bean.shakearound.statistics.devicelist.StatisticsDeviceList statisticsDeviceList)
批量查询设备统计数据接口
|
static weixin.popular.bean.shakearound.statistics.devicelist.StatisticsDeviceListResult |
statisticsDeviceList(String accessToken,
String postJson)
批量查询设备统计数据接口
|
static weixin.popular.bean.shakearound.statistics.page.StatisticsPageResult |
statisticsPage(String accessToken,
weixin.popular.bean.shakearound.statistics.page.StatisticsPage statisticsPage)
以页面为维度的数据统计接口
|
static weixin.popular.bean.shakearound.statistics.page.StatisticsPageResult |
statisticsPage(String accessToken,
String postJson)
以页面为维度的数据统计接口
|
static weixin.popular.bean.shakearound.statistics.pagelist.StatisticsPageListResult |
statisticsPageList(String accessToken,
weixin.popular.bean.shakearound.statistics.pagelist.StatisticsPageList statisticsPageList)
批量查询页面统计数据接口
|
static weixin.popular.bean.shakearound.statistics.pagelist.StatisticsPageListResult |
statisticsPageList(String accessToken,
String postJson)
批量查询页面统计数据接口
|
static weixin.popular.bean.shakearound.user.getshakeinfo.UserGetShakeInfoResult |
userGetShakeInfo(String accessToken,
String postJson)
获取设备及用户信息
|
static weixin.popular.bean.shakearound.user.getshakeinfo.UserGetShakeInfoResult |
userGetShakeInfo(String accessToken,
weixin.popular.bean.shakearound.user.getshakeinfo.UserGetShakeInfo userGetShakeInfo)
获取设备及用户信息
|
public static weixin.popular.bean.shakearound.account.auditstatus.AccountAuditStatusResult accountAuditStatus(String accessToken)
accessToken - accessTokenpublic static weixin.popular.bean.shakearound.account.register.AccountRegisterResult accountRegister(String accessToken, weixin.popular.bean.shakearound.account.register.AccountRegister accountRegister)
accessToken - accessTokenaccountRegister - accountRegisterpublic static weixin.popular.bean.shakearound.account.register.AccountRegisterResult accountRegister(String accessToken, String postJson)
accessToken - accessTokenpostJson - postJsonpublic static weixin.popular.bean.shakearound.device.applyid.DeviceApplyIdResult deviceApplyId(String accessToken, weixin.popular.bean.shakearound.device.applyid.DeviceApplyId deviceApplyId)
accessToken - accessTokendeviceApplyId - deviceApplyIdpublic static weixin.popular.bean.shakearound.device.applyid.DeviceApplyIdResult deviceApplyId(String accessToken, String postJson)
accessToken - accessTokenpostJson - postJsonpublic static weixin.popular.bean.shakearound.device.applystatus.DeviceApplyStatusResult deviceApplyStatus(String accessToken, weixin.popular.bean.shakearound.device.applystatus.DeviceApplyStatus deviceApplyStatus)
accessToken - accessTokendeviceApplyStatus - deviceApplyStatuspublic static weixin.popular.bean.shakearound.device.applystatus.DeviceApplyStatusResult deviceApplyStatus(String accessToken, String postJson)
accessToken - accessTokenpostJson - postJsonpublic static weixin.popular.bean.shakearound.device.bindlocation.DeviceBindLocationResult deviceBindLocation(String accessToken, weixin.popular.bean.shakearound.device.bindlocation.DeviceBindLocation deviceBindLocation)
accessToken - accessTokendeviceBindLocation - deviceBindLocationpublic static weixin.popular.bean.shakearound.device.bindlocation.DeviceBindLocationResult deviceBindLocation(String accessToken, String postJson)
accessToken - accessTokenpostJson - postJsonpublic static weixin.popular.bean.shakearound.device.bindpage.DeviceBindPageResult deviceBindPage(String accessToken, weixin.popular.bean.shakearound.device.bindpage.DeviceBindPage deviceBindPage)
accessToken - accessTokendeviceBindPage - deviceBindPagepublic static weixin.popular.bean.shakearound.device.bindpage.DeviceBindPageResult deviceBindPage(String accessToken, String postJson)
accessToken - accessTokenpostJson - postJsonpublic static weixin.popular.bean.shakearound.device.group.add.DeviceGroupAddResult deviceGroupAdd(String accessToken, weixin.popular.bean.shakearound.device.group.add.DeviceGroupAdd deviceGroupAdd)
accessToken - accessTokendeviceGroupAdd - deviceGroupAddpublic static weixin.popular.bean.shakearound.device.group.add.DeviceGroupAddResult deviceGroupAdd(String accessToken, String postJson)
accessToken - accessTokenpostJson - postJsonpublic static weixin.popular.bean.shakearound.device.group.adddevice.DeviceGroupAddDeviceResult deviceGroupAddDevice(String accessToken, weixin.popular.bean.shakearound.device.group.adddevice.DeviceGroupAddDevice deviceGroupAddDevice)
accessToken - accessTokendeviceGroupAddDevice - deviceGroupAddDevicepublic static weixin.popular.bean.shakearound.device.group.adddevice.DeviceGroupAddDeviceResult deviceGroupAddDevice(String accessToken, String postJson)
accessToken - accessTokenpostJson - postJsonpublic static weixin.popular.bean.shakearound.device.group.delete.DeviceGroupDeleteResult deviceGroupDelete(String accessToken, weixin.popular.bean.shakearound.device.group.delete.DeviceGroupDelete deviceGroupDelete)
accessToken - accessTokendeviceGroupDelete - deviceGroupDeletepublic static weixin.popular.bean.shakearound.device.group.delete.DeviceGroupDeleteResult deviceGroupDelete(String accessToken, String postJson)
accessToken - accessTokenpostJson - postJsonpublic static weixin.popular.bean.shakearound.device.group.deletedevice.DeviceGroupDeleteDeviceResult deviceGroupDeleteDevice(String accessToken, weixin.popular.bean.shakearound.device.group.deletedevice.DeviceGroupDeleteDevice deviceGroupDeleteDevice)
accessToken - accessTokendeviceGroupDeleteDevice - deviceGroupDeleteDevicepublic static weixin.popular.bean.shakearound.device.group.deletedevice.DeviceGroupDeleteDeviceResult deviceGroupDeleteDevice(String accessToken, String postJson)
accessToken - accessTokenpostJson - postJsonpublic static weixin.popular.bean.shakearound.device.group.getdetail.DeviceGroupGetDetailResult deviceGroupGetDetail(String accessToken, weixin.popular.bean.shakearound.device.group.getdetail.DeviceGroupGetDetail deviceGroupGetDetail)
accessToken - accessTokendeviceGroupGetDetail - deviceGroupGetDetailpublic static weixin.popular.bean.shakearound.device.group.getdetail.DeviceGroupGetDetailResult deviceGroupGetDetail(String accessToken, String postJson)
accessToken - accessTokenpostJson - postJsonpublic static weixin.popular.bean.shakearound.device.group.getlist.DeviceGroupGetListResult deviceGroupGetList(String accessToken, weixin.popular.bean.shakearound.device.group.getlist.DeviceGroupGetList deviceGroupGetList)
accessToken - accessTokendeviceGroupGetList - deviceGroupGetListpublic static weixin.popular.bean.shakearound.device.group.getlist.DeviceGroupGetListResult deviceGroupGetList(String accessToken, String postJson)
accessToken - accessTokenpostJson - postJsonpublic static weixin.popular.bean.shakearound.device.group.update.DeviceGroupUpdateResult deviceGroupUpdate(String accessToken, weixin.popular.bean.shakearound.device.group.update.DeviceGroupUpdate deviceGroupUpdate)
accessToken - accessTokendeviceGroupUpdate - deviceGroupUpdatepublic static weixin.popular.bean.shakearound.device.group.update.DeviceGroupUpdateResult deviceGroupUpdate(String accessToken, String postJson)
accessToken - accessTokenpostJson - postJsonpublic static weixin.popular.bean.shakearound.device.search.DeviceSearchResult deviceSearch(String accessToken, weixin.popular.bean.shakearound.device.search.DeviceSearch deviceSearch)
accessToken - accessTokendeviceSearch - deviceSearchpublic static weixin.popular.bean.shakearound.device.search.DeviceSearchResult deviceSearch(String accessToken, String postJson)
accessToken - accessTokenpostJson - postJsonpublic static weixin.popular.bean.shakearound.device.update.DeviceUpdateResult deviceUpdate(String accessToken, weixin.popular.bean.shakearound.device.update.DeviceUpdate deviceUpdate)
accessToken - accessTokendeviceUpdate - deviceUpdatepublic static weixin.popular.bean.shakearound.device.update.DeviceUpdateResult deviceUpdate(String accessToken, String postJson)
accessToken - accessTokenpostJson - postJsonpublic static weixin.popular.bean.shakearound.lottery.addlotteryinfo.LotteryAddLotteryInfoResult lotteryAddLotteryInfo(String accessToken, weixin.popular.bean.shakearound.lottery.addlotteryinfo.LotteryAddLotteryInfo lotteryAddLotteryInfo)
accessToken - accessTokenlotteryAddLotteryInfo - lotteryAddLotteryInfopublic static weixin.popular.bean.shakearound.lottery.addlotteryinfo.LotteryAddLotteryInfoResult lotteryAddLotteryInfo(String accessToken, String postJson)
accessToken - accessTokenpostJson - postJsonpublic static weixin.popular.bean.shakearound.lottery.querylottery.LotteryQueryLotteryResult lotteryQueryLottery(String accessToken, String lotteryId)
accessToken - accessTokenlotteryId - lotteryIdpublic static BaseResult lotterySetLotterySwitch(String accessToken, String lotteryId, int onoff)
accessToken - accessTokenlotteryId - lotteryIdonoff - onoffpublic static weixin.popular.bean.shakearound.lottery.setprizebucket.LotterySetPrizeBucketResult lotterySetPrizeBucket(String accessToken, weixin.popular.bean.shakearound.lottery.setprizebucket.LotterySetPrizeBucket lotterySetPrizeBucket)
accessToken - accessTokenlotterySetPrizeBucket - lotterySetPrizeBucketpublic static weixin.popular.bean.shakearound.lottery.setprizebucket.LotterySetPrizeBucketResult lotterySetPrizeBucket(String accessToken, String postJson)
accessToken - accessTokenpostJson - postJsonpublic static weixin.popular.bean.shakearound.material.add.MaterialAddResult materialAdd(String accessToken, weixin.popular.bean.shakearound.material.add.MediaType type, File media)
accessToken - accessTokentype - typemedia - mediapublic static weixin.popular.bean.shakearound.page.add.PageAddResult pageAdd(String accessToken, weixin.popular.bean.shakearound.page.add.PageAdd pageAdd)
accessToken - accessTokenpageAdd - pageAddpublic static weixin.popular.bean.shakearound.page.add.PageAddResult pageAdd(String accessToken, String postJson)
accessToken - accessTokenpostJson - postJsonpublic static weixin.popular.bean.shakearound.page.delete.PageDeleteResult pageDelete(String accessToken, weixin.popular.bean.shakearound.page.delete.PageDelete pageDelete)
accessToken - accessTokenpageDelete - pageDeletepublic static weixin.popular.bean.shakearound.page.delete.PageDeleteResult pageDelete(String accessToken, String postJson)
accessToken - accessTokenpostJson - postJsonpublic static weixin.popular.bean.shakearound.page.search.PageSearchResult pageSearch(String accessToken, weixin.popular.bean.shakearound.page.search.PageSearch pageSearch)
accessToken - accessTokenpageSearch - pageSearchpublic static weixin.popular.bean.shakearound.page.search.PageSearchResult pageSearch(String accessToken, String postJson)
accessToken - accessTokenpostJson - postJsonpublic static weixin.popular.bean.shakearound.page.update.PageUpdateResult pageUpdate(String accessToken, weixin.popular.bean.shakearound.page.update.PageUpdate pageUpdate)
accessToken - accessTokenpageUpdate - pageUpdatepublic static weixin.popular.bean.shakearound.page.update.PageUpdateResult pageUpdate(String accessToken, String postJson)
accessToken - accessTokenpostJson - postJsonpublic static weixin.popular.bean.shakearound.relation.search.RelationSearchResult relationSearch(String accessToken, weixin.popular.bean.shakearound.relation.search.RelationSearch relationSearch)
accessToken - accessTokenrelationSearch - relationSearchpublic static weixin.popular.bean.shakearound.relation.search.RelationSearchResult relationSearch(String accessToken, String postJson)
accessToken - accessTokenpostJson - postJsonpublic static weixin.popular.bean.shakearound.statistics.device.StatisticsDeviceResult statisticsDevice(String accessToken, weixin.popular.bean.shakearound.statistics.device.StatisticsDevice statisticsDevice)
accessToken - accessTokenstatisticsDevice - statisticsDevicepublic static weixin.popular.bean.shakearound.statistics.device.StatisticsDeviceResult statisticsDevice(String accessToken, String postJson)
accessToken - accessTokenpostJson - postJsonpublic static weixin.popular.bean.shakearound.statistics.devicelist.StatisticsDeviceListResult statisticsDeviceList(String accessToken, weixin.popular.bean.shakearound.statistics.devicelist.StatisticsDeviceList statisticsDeviceList)
accessToken - accessTokenstatisticsDeviceList - statisticsDeviceListpublic static weixin.popular.bean.shakearound.statistics.devicelist.StatisticsDeviceListResult statisticsDeviceList(String accessToken, String postJson)
accessToken - accessTokenpostJson - postJsonpublic static weixin.popular.bean.shakearound.statistics.page.StatisticsPageResult statisticsPage(String accessToken, weixin.popular.bean.shakearound.statistics.page.StatisticsPage statisticsPage)
accessToken - accessTokenstatisticsPage - statisticsPagepublic static weixin.popular.bean.shakearound.statistics.page.StatisticsPageResult statisticsPage(String accessToken, String postJson)
accessToken - accessTokenpostJson - postJsonpublic static weixin.popular.bean.shakearound.statistics.pagelist.StatisticsPageListResult statisticsPageList(String accessToken, weixin.popular.bean.shakearound.statistics.pagelist.StatisticsPageList statisticsPageList)
accessToken - accessTokenstatisticsPageList - statisticsPageListpublic static weixin.popular.bean.shakearound.statistics.pagelist.StatisticsPageListResult statisticsPageList(String accessToken, String postJson)
accessToken - accessTokenpostJson - postJsonpublic static weixin.popular.bean.shakearound.user.getshakeinfo.UserGetShakeInfoResult userGetShakeInfo(String accessToken, String postJson)
accessToken - accessTokenpostJson - postJsonpublic static weixin.popular.bean.shakearound.user.getshakeinfo.UserGetShakeInfoResult userGetShakeInfo(String accessToken, weixin.popular.bean.shakearound.user.getshakeinfo.UserGetShakeInfo userGetShakeInfo)
accessToken - accessTokenuserGetShakeInfo - userGetShakeInfoCopyright © 2017. All rights reserved.