yujian
2020-01-18 f4a0f2acc63d7785eab108419a4e16f5f688cb95
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<%@ page language="java" contentType="text/html; charset=UTF-8"
    pageEncoding="UTF-8"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>登录</title>
<meta name="viewport"
    content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no" />
<style>
a {
    display: block;
    margin-top: 50px;
    font-size: 30px;
    padding: 20px;
    background: green;
    color: white;
    text-decoration: none;
    text-align: center;
}
</style>
</head>
<body>
    <a
        href="https://open.weixin.qq.com/connect/oauth2/authorize?appid=wxa99686bb65a9f466&redirect_uri=http%3a%2f%2fbanli.xiaoxiangyingji.com%2ffanli%2fpay%2floginCallBack&response_type=code&scope=snsapi_base&state=123#wechat_redirect">
        支付1 </a>
 
    <a style="display: none;"
        href="https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx937e06fcf8a42785&redirect_uri=http%3a%2f%2fwxtb.16cl.cn%2fpay%2flogincode&response_type=code&scope=snsapi_base&state=123#wechat_redirect">
        支付2 </a>
</body>
</html>