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.
 
 
 
 
 
 

25 lines
997 B

  1. <%@ language=vbscript codepage="65001" %>
  2. <%
  3. Response.Charset = "UTF-8"
  4. c_url = "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=getopenid#wechat_redirect"
  5. ' response.redirect c_url
  6. ' Set objXML = CreateObject("Microsoft.XMLHTTP")
  7. ' objXML.open "GET",c_url,false
  8. ' objXML.send
  9. ' c_rtn = objXML.responseText
  10. ' response.write c_rtn
  11. ' response.write "AAA"
  12. %>
  13. {
  14. "code":"0",
  15. "info":"",
  16. "openid":"<%=c_rtn %>",
  17. "customer":[
  18. {"customer_id":"2","customer_name":"张三","customer_mobile":"13812345678","customer_idtype":"0","customer_idno":"310123456789012345"},
  19. {"customer_id":"3","customer_name":"李四","customer_mobile":"13812345679","customer_idtype":"0","customer_idno":"310123456789012346"},
  20. {"customer_id":"4","customer_name":"王五","customer_mobile":"13812345676","customer_idtype":"0","customer_idno":"310123456789012347"}
  21. ]
  22. }