Commit 115ba3d5 authored by 廖旭伟's avatar 廖旭伟

修改微信内网映射地址

parent 051b69ee
...@@ -30,8 +30,8 @@ import java.util.Locale; ...@@ -30,8 +30,8 @@ import java.util.Locale;
public class WXCreateQRCodeUtil { public class WXCreateQRCodeUtil {
private static String ACCESS_TOKEN = "access_token"; private static String ACCESS_TOKEN = "access_token";
private static String ACCESS_TOKEN_URL = "https://api.weixin.qq.com/cgi-bin/token?grant_type=client_credential&appid=%s&secret=%s"; private static String ACCESS_TOKEN_URL = "http://172.15.28.113:8914/cgi-bin/token?grant_type=client_credential&appid=%s&secret=%s";
private static String CREATE_QRCODE_URL = "https://api.weixin.qq.com/cgi-bin/wxaapp/createwxaqrcode?access_token=%s"; private static String CREATE_QRCODE_URL = "http://172.15.28.113:8914/cgi-bin/wxaapp/createwxaqrcode?access_token=%s";
/*** /***
* *
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment