合作伙伴用


导出app_key对应的日志excel

<p><strong>简要描述:</strong> </p> <ul> <li>导出app_key对应的日志excel</li> </ul> <p><strong>请求URL:</strong> </p> <ul> <li><code>http://api2.taxdata.tax/new_api/admin/get_app_logs_excel</code></li> </ul> <p><strong>请求方式:</strong></p> <ul> <li>POST </li> </ul> <p><strong>请求头:</strong></p> <ul> <li>Content-Type: application/json </li> <li>User-Agent: 各浏览器User-Agent(例:Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36)</li> </ul> <p><strong>请求示例:</strong></p> <pre><code>{ &amp;quot;app_key&amp;quot;: &amp;quot;string&amp;quot;, &amp;quot;timestamp&amp;quot;: &amp;quot;string&amp;quot;, &amp;quot;token&amp;quot;: &amp;quot;string&amp;quot;, &amp;quot;param&amp;quot;: { &amp;quot;start_date&amp;quot;: &amp;quot;2024-10-01 00:00:00&amp;quot;, // 格式必须如所示, yyyy-mm-dd HH:MM:SS &amp;quot;end_date&amp;quot;: &amp;quot;2024-10-04 00:00:00&amp;quot; // 格式必须如所示, yyyy-mm-dd HH:MM:SS } }</code></pre> <p><strong>正确返回示例</strong></p> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">类型/值</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">Body</td> <td style="text-align: left;">Stream</td> <td>文件流 请求成功时直接返回excel文件流</td> </tr> </tbody> </table> <p><strong>错误返回示例</strong> </p> <pre><code>{ &amp;quot;Response&amp;quot;: { &amp;quot;Error&amp;quot;: &amp;quot;错误描述&amp;quot; } }</code></pre>

页面列表

ITEM_HTML