洋Go

洋Go


直播间导入商品列表

<h5>简要描述</h5> <ul> <li>直播间导入商品列表</li> </ul> <h5>请求URL</h5> <ul> <li><code>http://localhost:32223/api/WxLive/GetRoomProduct?roomId=27</code></li> </ul> <h5>请求方式</h5> <ul> <li>Get</li> </ul> <h5>参数</h5> <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;">roomId</td> <td style="text-align: left;">是</td> <td style="text-align: left;">int</td> <td>直播间id</td> </tr> <tr> <td style="text-align: left;">name</td> <td style="text-align: left;">否</td> <td style="text-align: left;">string</td> <td>名称</td> </tr> </tbody> </table> <h5>返回示例</h5> <pre><code>{ "Data": [ { "RoomId": 27, "GoodsId": 73, "GoodsName": "测试商品", "PriceType": 1, "Price": 1.00, "Price2": 10.00, "Start": 1 }, { "RoomId": 27, "GoodsId": 70, "GoodsName": "测试商品", "PriceType": 1, "Price": 1.00, "Price2": 10.00, "Start": 1 } ], "Total": 2 }</code></pre> <h5>返回参数说明</h5> <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;">Start</td> <td style="text-align: left;">int</td> <td>0下架,1上架</td> </tr> </tbody> </table> <h5>备注</h5> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML