ort


获取月签到数据

<h2>请求URL</h2> <ul> <li><code>http://ort.me/mobile/clockIn/monthInfo</code></li> </ul> <p><strong>请求方式:</strong></p> <ul> <li>GET</li> </ul> <h1>Header</h1> <pre><code>Accept:application/json, text/plain, */* </code></pre> <h2>请求参数</h2> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">必选</th> <th style="text-align: left;">类型</th> <th>示例</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">month</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>2024-05</td> <td>月份</td> </tr> </tbody> </table> <h2>返回示例</h2> <pre><code>{     &amp;quot;code&amp;quot;: 10000,     &amp;quot;message&amp;quot;: &amp;quot;操作成功&amp;quot;,     &amp;quot;data&amp;quot;: [         {             &amp;quot;date&amp;quot;: &amp;quot;2024-05-22&amp;quot;,             &amp;quot;type&amp;quot;: 1,             &amp;quot;created_at&amp;quot;: &amp;quot;2024-05-04 16:36:20&amp;quot;         },         {             &amp;quot;date&amp;quot;: &amp;quot;2024-05-20&amp;quot;,             &amp;quot;type&amp;quot;: 1,             &amp;quot;created_at&amp;quot;: &amp;quot;2024-05-04 16:36:20&amp;quot;         },     ] } </code></pre>

页面列表

ITEM_HTML