龙收银开放平台标准API接口文档

openapi


渠道配置验证接口

<p><strong>简要描述:</strong> </p> <ul> <li>获取集团CenterId接口</li> </ul> <p><strong>请求URL:</strong> </p> <ul> <li><code>http://192.168.12.86/s1saas/spos1/third/thirdshop/checkcenter</code></li> </ul> <p><strong>请求方式:</strong></p> <ul> <li>POST </li> </ul> <p><strong>请求类型:</strong></p> <ul> <li> <p>application/json </p> <p><strong>请求示例</strong></p> </li> </ul> <pre><code> {"centerId":"14254","userName":"0001","password":"aa1234"}</code></pre> <p><strong>请求参数说明:</strong> </p> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">必选</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">centerId</td> <td style="text-align: left;">是</td> <td style="text-align: left;">Integer</td> <td>新零售集团号</td> </tr> <tr> <td style="text-align: left;">userName</td> <td style="text-align: left;">是</td> <td style="text-align: left;">String</td> <td>账号</td> </tr> <tr> <td style="text-align: left;">password</td> <td style="text-align: left;">是</td> <td style="text-align: left;">String</td> <td>密码</td> </tr> </tbody> </table> <p><strong>返回示例</strong></p> <pre><code>{ "result": 0, "data": { "centerId": "14254", "name": "5位店铺啊啊0啊5位店铺啊啊0啊5位店铺啊啊0啊5位店铺啊啊0啊" } } { "result": -1, "errorMsg": "验证失败" }</code></pre> <pre><code> **返回对象** |参数名|类型|说明| |:----- |:-----|-----| |centerId |Integer| 集团id| |name |String| 集团名称| **备注** - 更多返回错误代码请看首页的错误代码描述</code></pre>

页面列表

ITEM_HTML