|
|
@@ -25,11 +25,11 @@ import java.io.IOException; |
|
|
|
@Service |
|
|
|
public class GetWeChatOpenIdManager extends AbstractManager { |
|
|
|
|
|
|
|
private static String appId = "wxa2d9acdd1054e69b"; |
|
|
|
private static final String appId = "wxa2d9acdd1054e69b"; |
|
|
|
|
|
|
|
private static String secret = "03bb0a5ce08fe6ccfeca4b7fe485a61e"; |
|
|
|
private static final String secret = "03bb0a5ce08fe6ccfeca4b7fe485a61e"; |
|
|
|
|
|
|
|
private static String url = "https://api.weixin.qq.com/sns/jscode2session"; |
|
|
|
private static final String url = "https://api.weixin.qq.com/sns/jscode2session"; |
|
|
|
|
|
|
|
@Autowired |
|
|
|
private OkHttpClient okHttpClient; |