Преглед на файлове

#1106 修复获取公众号 jsapi_ticket 请求 Url 拼接问题

master
ArBing преди 5 години
committed by Binary Wang
родител
ревизия
09b726fd0b
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. +1
    -1
      weixin-java-mp/src/main/java/me/chanjar/weixin/mp/api/impl/BaseWxMpServiceImpl.java

+ 1
- 1
weixin-java-mp/src/main/java/me/chanjar/weixin/mp/api/impl/BaseWxMpServiceImpl.java Целия файл

@@ -97,7 +97,7 @@ public abstract class BaseWxMpServiceImpl<H, P> implements WxMpService, RequestH

if (this.getWxMpConfigStorage().isTicketExpired(type)) {
String responseContent = execute(SimpleGetRequestExecutor.create(this),
GET_TICKET_URL + type.getCode(), null);
GET_TICKET_URL.getUrl(this.getWxMpConfigStorage()) + type.getCode(), null);
JsonObject tmpJsonObject = JSON_PARSER.parse(responseContent).getAsJsonObject();
String jsapiTicket = tmpJsonObject.get("ticket").getAsString();
int expiresInSeconds = tmpJsonObject.get("expires_in").getAsInt();


Зареждане…
Отказ
Запис