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
342 B

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