mirror of
https://github.com/ZSCNetSupportDept/WechatTicketSystem.git
synced 2025-10-29 08:05:04 +08:00
Use Hibernate framework to operate pojo instance, bye bye SQL strings :)
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
<!DOCTYPE html><html><head><title>Authorize</title><meta charset='utf-8'><link href='https://dn-maxiang.qbox.me/res-min/themes/marxico.css' rel='stylesheet'></head><body><div id='preview-contents' class='note-content'>
|
||||
<div id="wmd-preview" class="preview-content"></div>
|
||||
<div id="wmd-preview-section-1791" class="wmd-preview-section preview-content">
|
||||
<div id="wmd-preview-section-1" class="wmd-preview-section preview-content">
|
||||
|
||||
</div><div id="wmd-preview-section-1806" class="wmd-preview-section preview-content">
|
||||
</div><div id="wmd-preview-section-2" class="wmd-preview-section preview-content">
|
||||
|
||||
<h1 id="authorize">Authorize</h1>
|
||||
|
||||
@@ -12,35 +12,51 @@
|
||||
<li><a href="#url">URL</a></li>
|
||||
<li><a href="#method">Method</a></li>
|
||||
<li><a href="#parameters">Parameters</a></li>
|
||||
<li><a href="#response">Response</a><ul>
|
||||
<li><a href="#format">Format</a></li>
|
||||
<li><a href="#response-code">Response Code</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="#signature">Signature</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div></div><div id="wmd-preview-section-1793" class="wmd-preview-section preview-content">
|
||||
</div>
|
||||
|
||||
</div><div id="wmd-preview-section-329" class="wmd-preview-section preview-content">
|
||||
|
||||
<h2 id="url">URL</h2>
|
||||
|
||||
<p><a href="http://sola.love/ww/api/authorize" target="_blank">http://sola.love/ww/api/authorize</a></p>
|
||||
<hr>
|
||||
|
||||
</div><div id="wmd-preview-section-1794" class="wmd-preview-section preview-content">
|
||||
<p><a href="http://sola.love/ww/api/authorize" target="_blank">http://sola.love/ww/api/authorize</a></p></div><div id="wmd-preview-section-312" class="wmd-preview-section preview-content">
|
||||
|
||||
<h2 id="method">Method</h2>
|
||||
|
||||
<p>POST</p>
|
||||
<hr>
|
||||
|
||||
</div><div id="wmd-preview-section-1795" class="wmd-preview-section preview-content">
|
||||
<p>POST</p></div><div id="wmd-preview-section-304" class="wmd-preview-section preview-content">
|
||||
|
||||
<h2 id="parameters">Parameters</h2>
|
||||
|
||||
<hr>
|
||||
|
||||
<ul><li><code>wechat</code> Wechat ID</li>
|
||||
</ul>
|
||||
</ul></div><div id="wmd-preview-section-278" class="wmd-preview-section preview-content">
|
||||
|
||||
</div><div id="wmd-preview-section-1838" class="wmd-preview-section preview-content">
|
||||
<h2 id="response">Response</h2>
|
||||
|
||||
<h2 id="response-code">Response Code</h2>
|
||||
<hr></div><div id="wmd-preview-section-225" class="wmd-preview-section preview-content">
|
||||
|
||||
<h3 id="format">Format</h3>
|
||||
|
||||
<p>JSON</p>
|
||||
|
||||
</div><div id="wmd-preview-section-271" class="wmd-preview-section preview-content">
|
||||
|
||||
<h3 id="response-code">Response Code</h3>
|
||||
|
||||
<ul><li>Success <br>
|
||||
<ul>
|
||||
@@ -48,11 +64,12 @@
|
||||
<li>Error <br>
|
||||
<ul>
|
||||
<li><code>-1</code> PARAMETER_REQUIRED</li>
|
||||
<li><code>-9</code> AUTHORIZE_FAILED</li></ul></li>
|
||||
<li><code>-9</code> AUTHORIZE_FAILED</li>
|
||||
<li><code>-21</code> REQUEST_EXPIRED</li></ul></li>
|
||||
</ul>
|
||||
|
||||
<hr></div><div id="wmd-preview-section-1797" class="wmd-preview-section preview-content">
|
||||
<hr></div><div id="wmd-preview-section-371" class="wmd-preview-section preview-content">
|
||||
|
||||
<h1 id="signature">Signature</h1>
|
||||
|
||||
<p>Created by Sola on 2/15/2015</p></div><div id="wmd-preview-section-footnotes" class="preview-content"></div></div></body></html>
|
||||
<p>Created by Sola on 12/3/2015</p></div><div id="wmd-preview-section-footnotes" class="preview-content"></div></div></body></html>
|
||||
Reference in New Issue
Block a user