- 云记-鸿蒙-客户端
- 云记-管理平台
- 云记-国内-客户端
- test测试
- AiController
- 短信
- 邮件
- 商城集市内容
- 封面
- 订单
- ToolsController
- AccessController
- MarketController
- 账号
- RecordController
- 广告信息收集与开关
- orcCount
- advertising
- advertisingStatus
- total
- startInfo
- vipSwitch
- advertisingAnalysis
- 广告返回
- 广告数据分流
- 穿山甲与快手点击统计
- 本地备份时间间隔
- 荣耀设备广告判断
- 配置
- 被微软调用
- 站内信
- text
- PDF指导
- 支付提醒
- openApply
- downloadApply
- fontConfig
- storageDeviceToken
- receiveOpOpNotify
- receiveFirmNotify
- timeLimitedCoupon
- receiveCoupon
- receiveExperience
- schoolShareConfig
- helpCenter
- cast
- deCompilation
- updateWarn
- questionSwitch
- clickCross
- documentConvert
- receiveFeature
- userClickFloatWindow
- recordAiDocTips
- 图形验证码
- 文档转换
- StrokesController
- 自动更新线上所有云记
- ActivityController
- HwCloudNotification
- 商城集市订单
- NoteTotalController
- TranslateController
- 大模型API
- 获取微信二维码信息
- 云盘选择
- 云同步锁
- PopUpWindowController
- UserBehaviorController
- UserIncreaseController
- 后台报表
- 文件上传下载
- 对外接口
- 设备安装记录
- alioss文件对象端口
- 日志文件端口
- ai阅读文档接口
- 云记-海外-客户端
- ai阅读文档接口
- 邮件
- 封面
- 订单
- ToolsController
- AccessController
- MarketController
- 账号
- RecordController
- 广告信息收集与开关
- orcCountPOST
- advertisingGET
- advertisingStatusGET
- totalPOST
- startInfoPOST
- vipSwitchGET
- advertisingAnalysisPOST
- 广告返回POST
- 广告数据分流GET
- 穿山甲与快手点击统计POST
- 本地备份时间间隔GET
- 荣耀设备广告判断GET
- 配置GET
- 被微软调用GET
- 站内信GET
- textGET
- PDF指导GET
- 支付提醒GET
- openApplyPUT
- downloadApplyPUT
- fontConfigGET
- storageDeviceTokenPOST
- receiveOpOpNotifyGET
- receiveExperienceGET
- helpCenterGET
- castGET
- deCompilationPOST
- updateWarnGET
- questionSwitchGET
- clickCrossPOST
- queryStartPageConfigGET
- googleBookPopMarkPOST
- 图形验证码
- StrokesController
- 自动更新线上所有云记
- HwCloudNotification
- NoteTotalController
- TranslateController
- 大模型API
- 获取微信二维码信息
- 云盘选择
- 云同步锁
- PopUpWindowController
- UserBehaviorController
- UserIncreaseController
- 后台报表
- 文件上传下载
- 云记-海外-内容集市管理后台
advertisingAnalysis
云记-鸿蒙-客户端-test
https://jnotetest-hm.jideos.com/jnotes
云记-鸿蒙-客户端-test
https://jnotetest-hm.jideos.com/jnotes
POST
/advertising-analysis
请求参数
Header 参数
Authorization
string
可选
默认值:
Bearer {{token}}
token
string
可选
默认值:
{{token}}
appVersionCode
string
云记-安卓-版本号
默认值:
408
Accept-Language
string
云记-鸿蒙-语言
默认值:
zh
Body 参数application/json
id
integer
主键
userType
string
新老用户
type
string
手机或平板
model
string
设备型号
screenType
string
设备横竖屏
widthHeight
string
设备宽高
appWindowType
string
App窗口模式
adId
string
广告位id
deviceId
string
设备号
advertType
string
广告类型
manufacturer
string
厂商
version
string
版本号
channel
integer
可选
createTime
string
创建时间
updateTime
string
更新时间
示例
{
"id": 0,
"userType": "string",
"type": "string",
"model": "string",
"screenType": "string",
"widthHeight": "string",
"appWindowType": "string",
"adId": "string",
"deviceId": "string",
"advertType": "string",
"manufacturer": "string",
"version": "string",
"channel": 0,
"createTime": "string",
"updateTime": "string"
}
示例代码
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://jnotetest-hm.jideos.com/jnotes/advertising-analysis' \
--header 'Authorization: Bearer 01uohrj-elUlvNnLxb3uuYDy28LD3Pum49U531TlDWhqS2QbLMm1LhhWaW42TN8UV6caM_E9bvB6qkSBXZu0jCHQ9PdX9NnDIb7UdofssDFhwkuOijQ6T6ZPbBl5jEO7' \
--header 'token: 01uohrj-elUlvNnLxb3uuYDy28LD3Pum49U531TlDWhqS2QbLMm1LhhWaW42TN8UV6caM_E9bvB6qkSBXZu0jCHQ9PdX9NnDIb7UdofssDFhwkuOijQ6T6ZPbBl5jEO7' \
--header 'appVersionCode: 408' \
--header 'Accept-Language: zh' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"userType": "string",
"type": "string",
"model": "string",
"screenType": "string",
"widthHeight": "string",
"appWindowType": "string",
"adId": "string",
"deviceId": "string",
"advertType": "string",
"manufacturer": "string",
"version": "string",
"channel": 0,
"createTime": "string",
"updateTime": "string"
}'
返回响应
🟢200成功
application/json
Body
object {0}
示例
{}
修改于 2025-03-05 10:39:34