添加自定义悬浮菜单
(仅移动端展示)
添加自定义悬浮菜单
PUT /api/activity/{id}/promotions
请求 header
Authorization: Bearer <accessToken>
Content-Type: application/json
注:请将上方的
<accessToken>
替换为分配给您的秘钥串。关于如何获取 accessToken ,请咨询杨经理(18968187008)。参数 | 参数类型 | 参数说明 | 是否必填 |
title | string | 菜单名称 | 否 |
url | string | 菜单跳转地址 | 是 |
image | string | 菜单图标地址 | 是 |
label | string | 菜单类型,此处填写 float | 是 |
[
{
"title":"测试悬浮菜单",
"url":"http://shangzhibo.tv",
"image":"http://doc.shangzhibo.tv/test/512%20(1).png",
"label":["float"]
}
]
/api/activity/1943608/promotions
无
{
"result": true,
}
最近更新 2yr ago