文档
测试

主题线路id查询详情

GET
http://119.29.103.250:8081/red-memory-user/footprint/redfootprintline/info/1484083761418211328

响应参数

参数名
类型
描述
必填
msg
string
示例:success
必填
code
int
示例:0
必填
redFootprintLine
object
数据字典
必填
footprintLineId
string
示例:1484083761418211328
必填
lineName
string
示例:红军长征
必填
createTime
string
示例:2022-01-20 16:41:56
必填
score
int
示例:100
必填
content
string
示例:<p>红军长征主题线路介绍</p>
必填

说明 / 示例

{ "msg": "success", "code": 0, "redFootprintLine": { "footprintLineId": "1484083761418211328", "lineName": "红军长征", "createTime": "2022-01-20 16:41:56", "score": 100, "content": "<p>红军长征主题线路介绍</p>" } }