-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy path_debug.html
More file actions
90 lines (68 loc) · 3.98 KB
/
_debug.html
File metadata and controls
90 lines (68 loc) · 3.98 KB
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<div class="head" id="header">
<div class="head_box">
<div class="inner wrp">
<h1 class="logo">
<a href="http://mp.weixin.qq.com" title="微信公众平台"></a>
</h1>
</div>
</div>
</div>
<div id="main" class="main">
<h1>微信公众平台接口调试工具</h1>
<div class="panel">
<div id="description" class="des">
此工具旨在帮助开发者检测调用【微信公众平台开发者API】时发送的请求参数是否正确,提交相关信息后可获得服务器的验证结果 </div>
<ol id="manual" class="manual">
<li><b>使用说明:</b></li>
<li>(1)选择合适的接口。</li>
<li>(2)系统会生成该接口的参数表,您可以直接在文本框内填入对应的参数值。(红色星号表示该字段必填)</li>
<li>(3)点击检查问题按钮,即可得到相应的调试信息。</li>
</ol>
<div id="content" class="content">
<div id="typeSelectorDiv" class="frm_control_group">
<label class="frm_label">一、接口类型:</label>
<div class="frm_controls">
<select id="typeSelector" class="frm_input_box">
</select>
</div>
</div>
<div id="formSelectorDiv" class="frm_control_group">
<label class="frm_label">二、接口列表:</label>
<div class="frm_controls">
<select id="formSelector" class="frm_input_box">
</select>
<span id="methodType" class="frm_tips">方法:GET</span>
</div>
</div>
<div id="formContent" class="frm_control_group">
<label>三、参数列表:</label>
<br><br>
<div id="formContainer">
</div>
</div>
</div>
<div id="resultContainer"></div>
<div class="iframe-container hide">
<! --<iframe frameborder="no" scrolling="no" marginheight="0" marginwidth="0" id="result-iframe" name="result-iframe" src="/debug/cgi-bin/apiinfo?name=gettoken&t=wap-apiresult" >-->
<iframe frameborder="no" scrolling="no" marginheight="0" marginwidth="0" id="result-iframe" name="result-iframe"></iframe>
</div>
</div>
</div>
<div class="footer">
<ul class="footer-places">
<li class="footer-about">
<a target="_blank" href="http://www.tencent.com/zh-cn/index.shtml">关于腾讯</a>
 | 
</li>
<li class="footer-policy">
<a target="_blank" href="http://mp.weixin.qq.com/cgi-bin/readtemplate?t=wxm-agreement&type=info&lang=zh_CN">服务协议</a>
 | 
</li>
<li class="footer-contactus">
<a target="_blank" href="http://kf.qq.com/special_auto/weixin.html">客服中心</a>
 | 
</li>
<li class="footer-online"><a href="http://crm2.qq.com/page/portalpage/wpa.php?uin=40012345&f=1&ty=1&ap=000011:400792:|f:Ggzpt1" target="_blank">在线客服</a></li>
</ul>
<div style="clear:both">Copyright © 2012-2018 Tencent. All Rights Reserved.</div>
</div>