-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathscheme_test.html
33 lines (30 loc) · 1.09 KB
/
scheme_test.html
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
33
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<div>以下链接别混了,一人一链,用过后其它人不能用</div>
<a href="weixin://dl/business/?t=BkcwigTaohe">测试使用 - 1</a>
<br />
<a href="weixin://dl/business/?t=BKHFRaoLP4k">测试使用 - 2</a>
<br />
<a href="weixin://dl/business/?t=sJvzB56lfDq">测试使用 - 3</a>
<br />
<a href="weixin://dl/business/?t=9kCR1dNOpFc">测试使用 - 4</a>
<br />
<a href="weixin://dl/business/?t=5hW2Oeu7Kjc">测试使用 - 5</a>
<br />
<br />
<br />
<br />
<br />
<a href="weixin://dl/business/?t=5hW2Oeu7Kj0"> 这个链接点后应该调到错误页面(错误 scheme)</a>
<br />
<a href="weixin://dl/business/?ticket=la0041f2cedf9630c9c7cc8c8715ac0c6">这个链接点后应该没反应(旧 link)</a>
<br />
<a href="weixin://dl/test/?ticket=123">这个链接点后应该没反应(非小程序 scheme)</a>
</body>
</html>