DYH云

DYH开放接口


试卷curl

<h5>简要描述</h5> <ul> <li>试卷curl</li> </ul> <h5>请求URL</h5> <ul> <li><code>{{BASE_URL}}/api/job.paper/addDataAnalysisSelection</code></li> <li><code>{{BASE_URL}}/api/job.paper/editPaperAndQuestion/id/:id</code>POST</li> <li><code>{{BASE_URL}}/api/job.paper/del/ids/:idsDELETE</code></li> </ul> <h5>请求方式</h5> <ul> <li>POST </li> </ul> <h5>参数</h5> <pre><code>{ "video": "https://409-cn-north-4.cdn-vod.huaweicloud.com/asset/d6771c8c1f65e9a1ae320d35f96a5d01/8e3766f5b773a22fd55fe983293b0e2f.m3u8", # 视频链接 "name": "小林测试试卷", # 卷子 "step": "xxx", #webDataAnalysisSelection选品一 webDataAnalysisSelectionB 选品二 "score": 6, # 总分, 计算后给我, 关键字分数也要加 "extra": json(xxxx), # 存图表数据 和 固定题目 "questionList": [ # 客观题列表 #图表数据 { "type": "8", # 题目类型 8商品选择题 "question": "小花是开播一个月的带货主播,根据这个月的销售数据信息及图表,分别从女装,首饰,护肤品类型中找出符合带货的商品()", # 问题 "option": [ # 选项, 使用数组 "商品contestGoodsId", "商品contestGoodsId" ], "answer": "contestGoodsId,contestGoodsId", # 逗号分隔, 正确答案为数组索引 "tag": "1", # 固定值 "belongs": 1, # 固定值 "score": 2 # 单题分数, "goodsId" : '1,2,3,4,5' }, #固定主观题目 { "type": "1", # 题目类型 8商品选择题 "question": "复盘并通过数据分析进行选品 商品在品类中的排行、商品详情页数据(评论说多、商品价格、销售数量)...", # 问题 "option": [], "answer": "", # 逗号分隔, 正确答案为数组索引 "tag": "1", # 固定值 "belongs": 1, # 固定值 "score": 2 # 单题分数, "subjectiveScore": 2 # 主观题分数, } ], }</code></pre> <h5>返回示例</h5> <pre><code>{ "code": 20000, "msg": "success", "time": "2021-09-14 10:04:50", "data": [] }</code></pre> <h5>返回参数说明</h5> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">groupid</td> <td style="text-align: left;">int</td> <td>用户组id,1:超级管理员;2:普通用户</td> </tr> </tbody> </table> <h5>备注</h5> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML