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.
 
 
 
 
 
 

9 lines
340 B

  1. <%@ language=vbscript codepage="65001" %>
  2. <%
  3. Response.Charset = "UTF-8"
  4. 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"
  5. response.redirect strURL
  6. %>