文档
测试

新建成绩规则

POST
http://192.168.2.116:8765/api/question/v1/user/score/rule/create

请求头

参数名
类型
描述
必填
Authorization
string
用户令牌
必填

请求参数

参数名
类型
描述
必填
courseRole
string
用户课程角色
必填
courseId
number
课程Id
必填
behaviorWeightDiscuss
double
行为分权重_讨论
必填
examWeight
double
考核分权重
必填
finalWeight
double
最终考核分权重
必填
isThreshold
number
是否打开阈值 0-关闭 1-开启
必填
behaviorWeightSign
double
行为分权重-签到
必填
behaviorWeightHomework
double
行为分权重-随堂测
必填
behaviorWeightSapling
double
行为分权重_选人
必填
behaviorWeightQuiz
double
行为分权重_问答
必填

响应参数

参数名
类型
描述
必填
code
int
示例:200
必填
data
string
示例:操作成功
必填