|
|
@@ -424,7 +424,6 @@ body.book #toc,body.book #preamble,body.book h1.sect0,body.book .sect1>h2{page-b
|
|
|
.hide-for-print{display:none!important}
|
|
|
.show-for-print{display:inherit!important}}
|
|
|
</style>
|
|
|
-<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.min.css">
|
|
|
</head>
|
|
|
<body class="article toc2 toc-left">
|
|
|
<div id="header">
|
|
|
@@ -632,7 +631,7 @@ if err != nil {
|
|
|
<table>
|
|
|
<tr>
|
|
|
<td class="icon">
|
|
|
-<i class="fa icon-important" title="Important"></i>
|
|
|
+<div class="title">Important</div>
|
|
|
</td>
|
|
|
<td class="content">
|
|
|
你的controller需要能接收GET与POST两种消息
|
|
|
@@ -734,7 +733,7 @@ return &message.Reply{message.MsgTypeVoice, voice}</code></pre>
|
|
|
<table>
|
|
|
<tr>
|
|
|
<td class="icon">
|
|
|
-<i class="fa icon-note" title="Note"></i>
|
|
|
+<div class="title">Note</div>
|
|
|
</td>
|
|
|
<td class="content">
|
|
|
微信目前不支持回复链接消息
|
|
|
@@ -749,7 +748,7 @@ return &message.Reply{message.MsgTypeVoice, voice}</code></pre>
|
|
|
<table>
|
|
|
<tr>
|
|
|
<td class="icon">
|
|
|
-<i class="fa icon-note" title="Note"></i>
|
|
|
+<div class="title">Note</div>
|
|
|
</td>
|
|
|
<td class="content">
|
|
|
微信目前不支持坐标消息
|
|
|
@@ -1094,7 +1093,7 @@ payTool := mch.GetPayTool()</code></pre>
|
|
|
</div>
|
|
|
<div id="footer">
|
|
|
<div id="footer-text">
|
|
|
-Last updated 2018-01-25 20:56:27 CST
|
|
|
+Last updated 2018-01-26 10:59:30 CST
|
|
|
</div>
|
|
|
</div>
|
|
|
</body>
|