文档
测试

getContent

GET
http://{ip}:{port}/api/v1/content

接口描述

定时从redis 获取 列表,从ES获取内容数据

请求参数

application/json
参数名
类型
描述
必填
userId
string
e.g. 92
必填

响应参数

参数名
类型
描述
必填
status
int
200 suceeded, otherwise failed
必填
requestId
int
1,2,3...
必填
result
[string]
json format
必填
errMsg
string
error message, empty when status is 200 succ
必填

response:

request: curl -X GET -H "Content-Type: application/json" -d '{"itemId": "92", "itemCategory":"展商"}' "http://{ip}:{port}/api/v1/user"