Pārlūkot izejas kodu

Merge pull request #112 from withinthefog/openid

企业号oauth2认证接口返回值中添加openid
master
Binary Wang pirms 8 gadiem
committed by GitHub
vecāks
revīzija
017e6bb0fe
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. +1
    -1
      weixin-java-cp/src/main/java/me/chanjar/weixin/cp/api/WxCpServiceImpl.java

+ 1
- 1
weixin-java-cp/src/main/java/me/chanjar/weixin/cp/api/WxCpServiceImpl.java Parādīt failu

@@ -491,7 +491,7 @@ public class WxCpServiceImpl implements WxCpService {
String responseText = get(url, null);
JsonElement je = new JsonParser().parse(responseText);
JsonObject jo = je.getAsJsonObject();
return new String[]{GsonHelper.getString(jo, "UserId"), GsonHelper.getString(jo, "DeviceId")};
return new String[]{GsonHelper.getString(jo, "UserId"), GsonHelper.getString(jo, "DeviceId"), GsonHelper.getString(jo, "OpenId")};
}

@Override


Notiek ielāde…
Atcelt
Saglabāt