mirror of
https://github.com/ZSCNetSupportDept/WechatTicketSystem.git
synced 2025-10-28 23:55:04 +08:00
75 lines
2.3 KiB
HTML
75 lines
2.3 KiB
HTML
<!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-1" class="wmd-preview-section preview-content">
|
|
|
|
</div><div id="wmd-preview-section-2" class="wmd-preview-section preview-content">
|
|
|
|
<h1 id="authorize">Authorize</h1>
|
|
|
|
<div><div class="toc"><div class="toc">
|
|
<ul>
|
|
<li><a href="#authorize">Authorize</a><ul>
|
|
<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-329" class="wmd-preview-section preview-content">
|
|
|
|
<h2 id="url">URL</h2>
|
|
|
|
<hr>
|
|
|
|
<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>
|
|
|
|
<hr>
|
|
|
|
<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></div><div id="wmd-preview-section-278" class="wmd-preview-section preview-content">
|
|
|
|
<h2 id="response">Response</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>
|
|
<li><code>0</code> OK</li></ul></li>
|
|
<li>Error <br>
|
|
<ul>
|
|
<li><code>-1</code> PARAMETER_REQUIRED</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-371" class="wmd-preview-section preview-content">
|
|
|
|
<h1 id="signature">Signature</h1>
|
|
|
|
<p>Created by Sola on 12/3/2015</p></div><div id="wmd-preview-section-footnotes" class="preview-content"></div></div></body></html> |