获取海报

请求

  • Method: POST或GET
  • URL: https://dev3.yunzmall.com/addons/yun_shop/api.php?i=15&uuid=0&type=5&mid=18243&version=v1.1.138&validate_page=1&route=plugin.appletslive.frontend.controllers.live.get-poster
  • Headers:
  • Body:
{
  roomid:25
}
名称 类型 必填 备注
roomid int | string 小程序直播间roomid

Response

  • Body
{
	"result": 1,
    "msg": "ok",
    "data": {
        "poster": "https://dev3.yunzmall.com/addons/yun_shop/storage/app/public/personalposter/15/6ecaaecdd6c76631f0a35a079af4a7f8.png?=PJ3e2a"
    },
}