|
@@ -28,6 +28,7 @@ public class WechatUtil {
|
|
|
|
|
|
public static Token getToken(String appId, String appSecret, String code) {
|
|
|
Token token = new Token();
|
|
|
+ LOG.info("to get the token");
|
|
|
String result="";
|
|
|
try {
|
|
|
String url = token_url.replace("APPID", appId).replace("SECRET", appSecret).replace("CODE", code);
|