|
- <%@ language=vbscript codepage="65001" %>
- <%
- Response.Charset = "UTF-8"
-
- 'response.redirect "http://xmwxc.zhizhuchuxing.cn/wechat/Core/getOpenid.php?state=3"
- ' strURL = "http://xmwxc.zhizhuchuxing.cn/wechat/Core/getOpenid.php"
- ' strURL = "http://xmwxc.zhizhuchuxing.cn/wechat/Core/123.php"
- ' strURL = "http://xmwxc.zhizhuchuxing.cn/core/customer_list1.asp?open=1234567890"
- strURL = "https://open.weixin.qq.com/connect/oauth2/authorize?appid=wxadfcc2db38e68fbf&redirect_uri=http%3A%2F%2Fxmwxc.zhizhuchuxing.cn%2Fcore%2Fgetwxuserinfo.asp&response_type=code&scope=snsapi_base&state=getopenid#wechat_redirect"
- ' Set objXML = CreateObject("Microsoft.XMLHTTP")
- ' Set objXML = CreateObject("Msxml2.ServerXMLHTTP")
- '
- ' objXML.open "GET",strURL,false
- ' objXML.send
- ' c_rtn = objXML.responseText
- ' c_rtn = objXML.responseBody
- ' response.write c_rtn
-
- ' response.write "AAA"
- response.redirect strURL
- %>
|