- 爱品
- AI热点
- 热榜聚焦
- 个人中心
- 登录
- 测试
- 前言洞察
- 开源情报
- 项目
- AI会商
- 未命名接口POST
信源搜索
开发中
POST
/aiScheme/scheme-info-source/search
请求参数
Body 参数application/json
tempSchemeId
string
创建方案添加信源时必填
schemeId
integer
编辑方案添加信源时必填
type
integer
是否平台
infoType
string
信源类型
platform
string
一级平台
platformSec
string
二级平台
source
string
搜索内容
示例
{
"tempSchemeId": "string",
"schemeId": 0,
"type": 0,
"infoType": "string",
"platform": "string",
"platformSec": "string",
"source": "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 '/aiScheme/scheme-info-source/search' \
--header 'Content-Type: application/json' \
--data-raw '{
"tempSchemeId": "string",
"schemeId": 0,
"type": 0,
"infoType": "string",
"platform": "string",
"platformSec": "string",
"source": "string"
}'
返回响应
🟢200成功
application/json
Body
object {0}
示例
{}