文档
测试

细则优化查询

POST
/api/user/appraisal/rectify/summary/selectOneItem

接口描述

单条细则内容查询,准备优化

请求头

参数名
类型
描述
必填
Content-Type
String
application/json
必填
token
string
必填

请求参数

参数名
类型
描述
必填
college_id
string
学院id
必填
struct_item_id
string
细则id
必填

请求示例

``` { "user_id": "", "struct_item_id":"" } ```

响应参数

参数名
类型
描述
必填
flag
int
返回状态 示例:0
必填
msg
string
返回消息 示例:success
必填
abid
string
必填
val
object
数据字典
必填
content
string
明细内容
必填
group_id
string
示例:21b0194b405358b0712182009d6ed99c
必填
id
string
示例:624e128459dd3477444ad8ba6812abee
必填
memo
string
示例:迎宾台干净,各类物品摆放符合标准
必填
name
string
示例:01
必填
score
string
示例:3.00
必填
sort
string
排序 示例:1
必填
struct_id
string
表单id
必填
type
string
类型示例:normal
必填

返回示例

``` { "flag": 0, "msg": "success", "abid": "", "val": { "content": "{\n\t\"details\": [\n\t\t{\n\t\t\t\"begin_score\": 0,\n\t\t\t\"end_score\": 0,\n\t\t\t\"score\": 0\n\t\t}\n\t],\n\t\"score_type\": \"avg\",\n\t\"score_value\": \"\"\n}", "group_id": "21b0194b405358b0712182009d6ed99c", "id": "624e128459dd3477444ad8ba6812abee", "memo": "迎宾台干净,各类物品摆放符合标准", "name": "01", "score": "3.00", "sort": "1", "struct_id": "", "type": "normal" } } ```