- 02基础业务(ECO)
- 11学期评价
- 10日常评价业务
- 12日常评价-操作接口
- 12日常评价统计
- 03方案库和学校方案
- 04字典配置业务
- 05学生分组业务
- 06争章业务
- 添加奖章接口POST
- 修改奖章接口POST
- 获取奖章列表接口POST
- 添加争章配置接口POST
- 修改争章配置接口POST
- 查询争章配置列表接口POST
- 查询奖章绑定列表接口POST
- 学生-获取争章任务列表接口POST
- 获取争章任务列表接口POST
- 添加争章任务接口POST
- 获取争章进度POST
- 争章数量统计POST
- 奖章绑定评价指标项配置接口POST
- 学生-获取奖章列表接口-个人档案POST
- 查询荣誉榜单奖章列表POST
- 查询热点资讯列表POST
- 查询争章成就列表POST
- 查询奖章年级统计接口 POST
- 查询奖章班级统计接口POST
- 查询学生奖章明细POST
- 查询争章成就列表All-学生POST
- 查询争章成就统计(个人+班级平均数)POST
- 导出争章任务列表接口POST
- 查询奖章年级统计-导出接口POST
- 查询奖章班级统计-导出接口POST
- 查询学生奖章明细-导出接口POST
- 删除奖章接口POST
- 争章绑定POST
- 添加争章活动POST
- 查询争章活动列表POST
- 获取争章活动详情POST
- 删除争章活动POST
- 删除争章活动子任务POST
- 修改争章活动POST
- 查询争章活动类型列表POST
- 添加争章活动类型POST
- 删除争章活动类型POST
- 修改争章活动类型POST
- 获取争章活动类型详情POST
- 获取争章任务详情POST
- 导出争章任务列表接口 - 带活动名称POST
- 提交争章 - 学生POST
- 复制方案--同步复制活动类型POST
- 查询奖争类型列表POST
- 添加奖章类型POST
- 删除奖章类型POST
- 修改奖章类型POST
- 获取奖章类型详情POST
- 查询争章成就列表-奖章类型分类POST
- 查询争章成就列表All-按奖章类型分类-包括未获章的奖章POST
- 学生-获取争章任务列表接口-个人档案POST
- 下载导入奖章模板GET
- 导入奖章POST
- 查询争章任务作答结果列表 -包括点赞数POST
- 查询个人争章任务作答结果列表 -包括点赞数POST
- 审核学生争章活动成果POST
- 查询争章成就列表All-按奖章类型分类-包括未获章的奖章POST
- 活动颁章POST
- 复制方案--方案库POST
- 07考级套级申报业务
- 09学业评价-学科成绩业务
- 07-2考级套级获奖情况
- 09学业评价-体测成绩业务
- 00评价模板设置
- 16核销业务
- 17评价维度
- 18图标库
- 24数据采集与转换
- 试题业务(非本项目)
- 15奖品维护
- 13评价工具
- 14业务消息
- 00活动模板业务
- 19大屏数据分析
- 20智能评语
- 21用户常用操作缓存
- 22主观评价
- 23主观评价-互评
- 24考勤管理
- 25互评小组成员管理
- 26评语管理
添加争章配置接口
开发中
POST
/openapi-aiappraise-common-1-11-release/medal/addMedalConfig
请求参数
Header 参数
Tenant-Id
string
租户ID
示例值:
NBA9999
Access-Token
string
登录后的Token
示例值:
a8043c70142965f070d4b5b8d3d92029
X-User-Account
string
用户ID
示例值:
TWPAAS1200000041411
Current-Org-Id
string
机构ID
示例值:
TWPAAS1200000000394
Branch_Code
string
不知道
示例值:
AIEVAL6
Body 参数application/json
medalId
string
奖章编码
score
integer
兑章分
upperLimit
integer
允许兑章数量
templateIdList
array[string]
指标项ID列表
示例
{
"gradeId": "1",
"medalIds": [
"NBA9999S3"
],
"model": "1",
"target1": "1",
"target2": "1",
"target3": "1",
"modelName": "争章模式"
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://192.168.102.224/api/openapi-aiappraise-common-1-11-release/medal/addMedalConfig' \
--header 'Tenant-Id: NBA9999' \
--header 'Access-Token: a8043c70142965f070d4b5b8d3d92029' \
--header 'X-User-Account: TWPAAS1200000041411' \
--header 'Current-Org-Id: TWPAAS1200000000394' \
--header 'Branch_Code: AIEVAL6' \
--header 'Content-Type: application/json' \
--data-raw '{
"gradeId": "1",
"medalIds": [
"NBA9999S3"
],
"model": "1",
"target1": "1",
"target2": "1",
"target3": "1",
"modelName": "争章模式"
}'
返回响应
🟢200成功
application/json
Body
responseEntity
object
必需
medalId
string
必需
gradeId
null
必需
type
null
必需
name
null
必需
description
null
必需
obtainStandard
null
必需
icon
null
必需
cardId
null
必需
status
null
必需
creatorId
null
必需
createTime
null
必需
lastUpdateTime
null
必需
orgId
null
必需
gradeName
null
必需
typeName
null
必需
termId
null
必需
projectId
null
必需
score
integer
必需
upperLimit
integer
必需
medalConTemplateList
null
必需
pageInfo
null
必需
serverResult
object
必需
resultCode
string
必需
resultMessage
string
必需
internalMessage
null
必需
示例
{
"responseEntity": {
"medalId": "string",
"gradeId": null,
"type": null,
"name": null,
"description": null,
"obtainStandard": null,
"icon": null,
"cardId": null,
"status": null,
"creatorId": null,
"createTime": null,
"lastUpdateTime": null,
"orgId": null,
"gradeName": null,
"typeName": null,
"termId": null,
"projectId": null,
"score": 0,
"upperLimit": 0,
"medalConTemplateList": null
},
"pageInfo": null,
"serverResult": {
"resultCode": "string",
"resultMessage": "string",
"internalMessage": null
}
}
修改于 2024-04-10 00:55:20