- discard(废弃)
- demo(模板-参考示例)
- usmile-wx(微信)
- uc(用户统一中心)
- user-web(健康&设备&我的)
- bff-cloud
- iot-sevice(IOT平台)
- cloud-admin(运营后台)
获取营销广告列表
开发中
POST
https://test.myusmile.online/user/userTagRecord/popup/list
请求参数
Header 参数
TOK
string
可选
默认值:
{{token}}
Body 参数application/json
userId
integer
用户ID
positionList
integer
位置list
示例
{
"userId": 0,
"positionList": 0
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://test.myusmile.online/user/userTagRecord/popup/list' \
--header 'TOK: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": 0,
"positionList": 0
}'
返回响应
🟢200成功
application/json
Body
code
integer
可选
traceId
string
可选
message
string
可选
data
array [object {7}]
可选
id
integer
唯一标识符
title
string
弹窗标题
content
string
弹窗内容
source
string
弹窗内容资源 URL
sourceType
integer
资源类型:1、图片 2、动画(gif) 3、动画(json)
url
string
跳转的 URL 或 App 页面
popupPosition
integer
弹窗位置:1、发现页 2、健康页 3、设备页 4、商城页 5、我的页 6、不限tab弹窗
示例
{
"code": 0,
"traceId": "string",
"message": "string",
"data": [
{
"id": 0,
"title": "string",
"content": "string",
"source": "string",
"sourceType": 0,
"url": "string",
"popupPosition": 0
}
]
}
修改于 2025-05-19 05:41:02