修改请求路径

master
wangsq 3 years ago
parent a3df06e02c
commit 16232b76e6
  1. 2
      src/main/java/com/ynxbd/push/httpRequest/xbd/wx/WxCacheRequest.java

@ -109,7 +109,7 @@ public class WxCacheRequest {
*/
private static AccessToken requestWxAccessToken() {
try {
JSONObject respJson = RequestHelper.getJsonObj(LOCALHOST_URL, null);
JSONObject respJson = RequestHelper.getJsonObj(SERVICE_URL, null);
log.info("[token请求]resp={}", respJson);
String code = respJson.getString("code");
if (!"200".equals(code)) {

Loading…
Cancel
Save