You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- <%@ language=vbscript codepage="65001" %>
- <%
- Response.Charset = "UTF-8"
-
- strURL = "https://open.weixin.qq.com/connect/oauth2/authorize?appid=wxbe6da4af3e529e0c&redirect_uri=http%3A%2F%2Fwx.zhizhuchuxing.com%2Fcore%2Fgetwxuserinfo.asp&response_type=code&scope=snsapi_base&state=getmyorder#wechat_redirect"
-
- response.redirect strURL
- %>
|