信源搜索
开发中
POST
/scheme/info-source/search
请求参数
Body 参数application/json
sid
integer
方案id
type
integer
必需
platform
string
必需
platformSec
string
必需
source
string
必需
infoType
string
必需
示例
{
"sid":80,
"type":0,
"platform":"wx",
"platformSec":"",
"source":"人民日报",
"infoType":"follow"
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/scheme/info-source/search' \
--header 'Content-Type: application/json' \
--data-raw '{
"sid":80,
"type":0,
"platform":"wx",
"platformSec":"",
"source":"人民日报",
"infoType":"follow"
}'
返回响应
🟢200成功
application/json
Body
object {0}
示例
{}