洋Go

洋Go


直播间导入商品列表

简要描述
  • 直播间导入商品列表
请求URL
  • http://localhost:32223/api/WxLive/GetRoomProduct?roomId=27
请求方式
  • Get
参数
参数名 必选 类型 说明
roomId int 直播间id
name string 名称
返回示例
{
    "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
}
返回参数说明
参数名 类型 说明
Start int 0下架,1上架
备注
  • 更多返回错误代码请看首页的错误代码描述

页面列表

ITEM_HTML