51带货助手

51带货助手


限制与状态

<pre><code class="language-text">去重原创</code></pre> <h4>接口URL</h4> <p>&gt; /api/v1/ai/imagetext/dedup/index</p> <h4>请求方式</h4> <p>&gt; GET</p> <h4>请求Query参数</h4> <table> <thead> <tr> <th>参数名</th> <th>示例值</th> <th>参数类型</th> <th>是否必填</th> <th>参数描述</th> </tr> </thead> <tbody> <tr> <td>cv</td> <td>1.1.0</td> <td>String</td> <td>是</td> <td>-</td> </tr> <tr> <td>cp</td> <td>a</td> <td>String</td> <td>是</td> <td>-</td> </tr> <tr> <td>ci</td> <td>999999</td> <td>String</td> <td>是</td> <td>-</td> </tr> <tr> <td>token</td> <td>-</td> <td>string</td> <td>是</td> <td>登录令牌</td> </tr> <tr> <td>uid</td> <td>-</td> <td>string</td> <td>是</td> <td>用户标识</td> </tr> </tbody> </table> <h4>返回参数说明</h4> <table> <thead> <tr> <th>参数名</th> <th>示例值</th> <th>参数类型</th> <th>是否必填</th> <th>参数描述</th> </tr> </thead> <tbody> <tr> <td>noticeState</td> <td>-</td> <td>int</td> <td>-</td> <td>通知状态 1显示 0不显示</td> </tr> <tr> <td>duration</td> <td>-</td> <td>int</td> <td>-</td> <td>时长,默认300秒</td> </tr> <tr> <td>size</td> <td>-</td> <td>int</td> <td>-</td> <td>文件大小,默认209715200</td> </tr> <tr> <td>limitVideoCount</td> <td>-</td> <td>int</td> <td>-</td> <td>视频数量限制,默认1</td> </tr> <tr> <td>limitImageCount</td> <td>-</td> <td>int</td> <td>-</td> <td>图片数量限制,默认15</td> </tr> </tbody> </table> <h5>返回示例</h5> <pre><code>{ &amp;quot;noticeState&amp;quot;: 0, &amp;quot;duration&amp;quot;: 300, &amp;quot;size&amp;quot;: 209715200, &amp;quot;limitVideoCount&amp;quot;: 1, &amp;quot;limitImageCount&amp;quot;: 15 }</code></pre> <h5>失败返回示例</h5> <pre><code>{ &amp;quot;code&amp;quot;: 1001, &amp;quot;reason&amp;quot;: &amp;quot;请求参数错误&amp;quot;, &amp;quot;extInfo&amp;quot;: null }</code></pre>

页面列表

ITEM_HTML