| | |
| | | } |
| | | |
| | | /** |
| | | * 获取全量组织信息 |
| | | * @param body |
| | | * @return |
| | | */ |
| | | public static String orgAllList(String body) { |
| | | return startDoPostStringArtemis(HKConstants.InterfacePath.orgAllList,body); |
| | | } |
| | | /** |
| | | * 获取访客预约记录列表 |
| | | * @param body |
| | | * @return |
| | |
| | | return startDoPostStringArtemis(HKConstants.InterfacePath.iccmAppointmentRecords,body); |
| | | } |
| | | /** |
| | | * 获取全量组织列表 |
| | | * @param body |
| | | * 根据微信公众号信息获取AccessToken |
| | | * @return |
| | | */ |
| | | public static String orgAllList(String body) { |
| | | return startDoPostStringArtemis(HKConstants.InterfacePath.orgAllList,body); |
| | | public static String wxAccessToken(String configId,String tagId) { |
| | | String[] wxAccessToken= HKConstants.InterfacePath.wxAccessToken; |
| | | wxAccessToken[0] = HKConstants.InterfacePath.wxAccessToken+"?tagId="+tagId+"&configId"+configId; |
| | | return startDoPostStringArtemis(wxAccessToken,""); |
| | | } |
| | | /** |
| | | * 获取全量用户列表 |
| | |
| | | return startDoPostStringArtemis(HKConstants.InterfacePath.applyST,body); |
| | | } |
| | | |
| | | public static String getMenuUrl(String menuId, String token) { |
| | | String url = HKConstants.InterfacePath.goMenuUrl[0]; |
| | | url = url.replace("${menuId}", menuId).replace("${token}",token); |
| | | return url; |
| | | } |
| | | } |