mirror of
				https://gitee.com/binary/weixin-java-tools.git
				synced 2025-11-01 00:46:54 +08:00 
			
		
		
		
	🐛 #2253 【企业微信】修复服务商模式通过授权码获取登录用户的信息返回”不合法的的suite_ticket参数“的错误
This commit is contained in:
		| @@ -461,7 +461,7 @@ public abstract class BaseWxCpTpServiceImpl<H, P> implements WxCpTpService, Requ | ||||
|     JsonObject jsonObject = new JsonObject(); | ||||
|     jsonObject.addProperty("auth_code", authCode); | ||||
|     String access_token = getWxCpProviderToken(); | ||||
|     String responseText = post(configStorage.getApiUrl(GET_LOGIN_INFO) + "?access_token=" + access_token, jsonObject.toString()); | ||||
|     String responseText = post(configStorage.getApiUrl(GET_LOGIN_INFO) + "?access_token=" + access_token, jsonObject.toString(), true); | ||||
|     return WxTpLoginInfo.fromJson(responseText); | ||||
|   } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 akingzwk
					akingzwk