- 统一接口
- 分管控制台/客服坐席管理
- 客服坐席
- 主控
- 分管
- 菜单管理
- 管理员
- 首页
- IP管理
- 坐席主管
- ip2world
- 拉群
- 消息回调POST
- 重新登录POST
- 协议回调更新手机号状态POST
- 物理IP获取POST
- 提供给协议做调用POST
查询
开发中
开发环境
开发环境
POST
/kk/speech/list
/kk/speech/list
请求参数
Header 参数
token
string
必需
示例值:
5026f193b0d04b64b28dd0da91315f01
Body 参数application/json
beginIndex
integer
必需
endIndex
integer
必需
ids
array[string]
必需
orderByColumn
string
必需
speechId
integer
营销话术id
createBy
integer
必需
示例
{
"beginIndex": 1,
"endIndex": 100,
"ids": [],
"orderByColumn": "kk_speech.createTime",
"speechId": 0,
"createBy": 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 'http://localhost:8080/kk/speech/list' \
--header 'token: 5026f193b0d04b64b28dd0da91315f01' \
--header 'Content-Type: application/json' \
--data-raw '{
"beginIndex": 1,
"endIndex": 100,
"ids": [],
"orderByColumn": "kk_speech.createTime",
"speechId": 0,
"createBy": 0
}'
返回响应
🟢200成功
application/json
Body
object {0}
示例
{
"total": 4,
"data": [
{
"id": 11,
"speechName": "sub_gp_yxhs_0427_04",
"speechType": "1",
"content": "Parabens! Voce recebera um bonus de 300! A nova plataforma esta online:http://sio.vc/re90240vr\nwww.7ss.games (http://sio.vc/re90240vr)\nApostas Esportivas | Plataforma de Cassino online\nUse o melhor aplicativo de apostas para ganhar até 225% em bônus de depósito até R$4.500 de boas-vindas.",
"createBy": "1250",
"createTime": "2024-04-27T14:35:28.000+0400"
},
{
"id": 10,
"speechName": "sub_gp_yxhs_0427_03",
"speechType": "1",
"content": "Parabens! Voce recebera um bonus de 300! A nova plataforma esta online:http://sio.vc/re90240vr\nwww.7ss.games (http://sio.vc/re90240vr)\nApostas Esportivas | Plataforma de Cassino online\nUse o melhor aplicativo de apostas para ganhar até 225% em bônus de depósito até R$4.500 de boas-vindas.",
"createBy": "1250",
"createTime": "2024-04-27T14:34:49.000+0400"
},
{
"id": 9,
"speechName": "sub_gp_yxhs_0427_02",
"speechType": "2",
"content": "audio_2024-04-22_00-03-33.mp3",
"createBy": "1250",
"createTime": "2024-04-27T14:31:26.000+0400"
},
{
"id": 8,
"speechName": "sub_gp_yxhs_0427_01",
"speechType": "3",
"content": "80624ba8-77fb-4721-8ce5-28c5ceeb7623_wallhaven-j37qdy.jpg",
"createBy": "1250",
"createTime": "2024-04-27T14:30:09.000+0400"
}
],
"code": 200,
"msg": "查询成功"
}
修改于 2024-04-27 15:17:59