go-common/app/interface/live/app-blink/api/http/v1/appBlink.splash.md
2019-04-22 18:49:16 +08:00

562 B
Raw Blame History

/xlive/app-blink/v1/splash/GetInfo

###获取有效闪屏配置

方法GET

请求参数

参数名 必选 类型 描述
platform string
build string

响应

{
    "code": 0,
    "message": "ok",
    "data": {
        "id": 0,
        "title": "",
        "jumpPath": "",
        "jumpTime": 0,
        "jumpPathType": 0,
        "imageUrl": ""
    }
}