文档
测试
GET
http://gateway.4399fat.com/tuijian-online/group/word/recallWithoutProcessGameAndPos

接口描述

处理过干预,结果都在rankModelList,不会处理指定排名

请求参数

参数名
类型
描述
必填
mediaUniqueId
string
媒体Id
必填
datatraceId
string
int类型资源位ID
必填
fieldId
string
标签或分类ID,具体看是哪种类型标签
必填

响应参数

参数名
类型
描述
必填
rankModelList
array
数据列表
必填
id
string
示例:111
必填
score
int
示例:1e-9
必填
gameAndPosList
array
数据列表
必填
id
string
示例:29756
必填
pos
int
示例:1
必填
blackGameSet
array
数据列表
必填
whiteGameSet
array
数据列表
必填

说明 / 示例

```json { "rankModelList": [ { "id": "111", "score": 1.0E-9 }, { "id": "29033", "score": 0.0 } ], "gameAndPosList": [ { "id": "29756", "pos": 1 } ], "blackGameSet": [ "88483", "134354" ], "whiteGameSet": [ "88483", "134354" ] } ```