自动化设备到派-http接口文档


说明

<h2>描述</h2> <ol> <li>请严格按照格式上传</li> <li>上传接口每次列表数量不能超过500</li> <li>本文档为内部文件,禁止外传</li> </ol> <h3>正式环境:</h3> <p>地址(URL):<a href="https://api-gp.zhunpeida.com/"><a href="https://api-gp.zhunpeida.com">https://api-gp.zhunpeida.com</a></a><br /> 端口(PORT):443<br /> 请求方式: POST</p> <h3>请求头部/HTTP Header</h3> <table> <thead> <tr> <th>参数名</th> <th>必选</th> <th>类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td>appid</td> <td>是</td> <td>String</td> <td>系统提供</td> </tr> <tr> <td>timestamp</td> <td>是</td> <td>String</td> <td>当前时间戳</td> </tr> <tr> <td>sign</td> <td>是</td> <td>String</td> <td>参考:签名认证</td> </tr> </tbody> </table> <h2>签名认证</h2> <p><strong>bodyStr = 请求 body 部分<br /> sign = MD5(appid+ bodyStr + timestamp + appKey)</strong></p> <h2>接口返回统一格式</h2> <h3>错误返回例子:</h3> <pre><code>{ code: 401, message: &amp;quot;未授权&amp;quot; }</code></pre> <h3>正常返回例子:</h3> <pre><code>{ code:200, data:{}, message:&amp;quot;success&amp;quot; }</code></pre>

页面列表

ITEM_HTML