九医云商城对外文档

九医云商城对外文档


5.5 获取门店列表

<h3>5.5 获取门店列表</h3> <p>&gt; - Url路径:api/store/list</p> <h4>5.5.1 接口请求模型</h4> <table> <thead> <tr> <th>参数代码      </th> <th>参数类型参数类型      </th> <th>参数长度</th> <th>代码标识说明</th> <th>是否非空</th> <th>说明                                  </th> </tr> </thead> <tbody> <tr> <td>isDelivery    </td> <td>int                  </td> <td>1        </td> <td>Y            </td> <td>Y        </td> <td>仅查询支持配送(默认0:否,1:是)        </td> </tr> </tbody> </table> <h4>5.5.2 接口返回模型</h4> <table> <thead> <tr> <th>参数代码</th> <th>参数类型参数类型    </th> <th>参数长度</th> <th>代码标识说明</th> <th>是否非空</th> <th>说明              </th> </tr> </thead> <tbody> <tr> <td>branchs  </td> <td>List&lt;getBranchModel&gt;</td> <td>         </td> <td>             </td> <td>Y        </td> <td>符合条件的门店列表</td> </tr> </tbody> </table> <p>Demo:</p> <pre><code>Request: {     &amp;quot;appKey&amp;quot;:&amp;quot;NepHealth&amp;quot;,     &amp;quot;nonce&amp;quot;:&amp;quot;Tdsad2saa2a&amp;quot;,     &amp;quot;timestamp&amp;quot;:1639119614,     &amp;quot;sign&amp;quot;:&amp;quot;a1f8f760de8edfe74b3b7bb9d9c51e4379abfbdb1&amp;quot;,     &amp;quot;input&amp;quot;:{         &amp;quot;isDelivery&amp;quot;:0     } } Response: {     &amp;quot;code&amp;quot;: 200,     &amp;quot;msg&amp;quot;: &amp;quot;ok&amp;quot;,     &amp;quot;nonce&amp;quot;: &amp;quot;Tdsad2saa2a&amp;quot;,     &amp;quot;output&amp;quot;: {     &amp;quot;branchs&amp;quot;: [{ ​            &amp;quot;isCenter&amp;quot;: 0, ​            &amp;quot;tel&amp;quot;: &amp;quot;0755-86575574&amp;quot;, ​            &amp;quot;stateId&amp;quot;: 98, ​            &amp;quot;cityId&amp;quot;: 903, ​            &amp;quot;pharmacyCode&amp;quot;: &amp;quot;SA79&amp;quot;, ​            &amp;quot;longitude&amp;quot;: 114.137994, ​            &amp;quot;latitude&amp;quot;: 22.624985 ​      }] ​   } }</code></pre>

页面列表

ITEM_HTML