文档
测试

获取思维模式题结果

GET
http://127.0.0.1/social/app/thinking/model/result/getByRule

请求参数

参数名
类型
描述
必填
groupId
string
示例:1 问题ID
必填
rule
string
示例:right,right,right,right 规则
必填

响应参数

参数名
类型
描述
必填
msg
string
示例:操作成功
必填
code
int
示例:200
必填
data
object
数据
必填
id
int
示例:1
必填
groupId
int
示例:1
必填
rule
string
示例:right,right,right,right
必填
tags
string
示例:10,11 标签ID集合
必填
tagList
array
数据列表 标签集合
必填
id
int
示例:10
必填
groupId
int
示例:1
必填
label
string
示例:测试1
必填

说明 / 示例

{ "msg": "操作成功", "code": 200, "data": { "id": 1, "groupId": 1, "rule": "right,right,right,right", "tags": "10,11", "tagList": [ { "id": 10, "groupId": 1, "label": "测试1", "show": "2", "type": "2", "calc": null }, { "id": 11, "groupId": 1, "label": "侧室", "show": "2", "type": "2", "calc": null } ], "createBy": "admin" } }