<%@ 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>
|