@ -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)) {