直播促销活动策划交卷
简要描述
- 直播促销活动策划交卷
请求URL
{{BASE_URL}}/api/job.answer/salesPromotionSubmit
参数
交卷和新增编辑差不多
{
"paperId":123, #试卷id
"contestId":123, #contestId
"answerList":示例:
[
{id: '123'(题目id),question: 'name',name: '活动名称',score: '10',answer:'填写的答案'},
{id: '123'(题目id),question: 'activityType',name: '活动类型',score: '10',answer:'1'},
{id: '123'(题目id),question: 'count',name: '个数',score: '',answer:'1'},
{id: '123'(题目id),question: 'contestGoodsId',name: '商品',score: '',answer:'1,2'}
]
}