简要描述
请求URL
请求方式
Body 参数
[{
"groupId":1,
"teacherId":1,
"item":[
{"student":"张三","paymentVoucher":"url","platform":1,"price":1000,"deadline":100},
{"student":"李四","paymentVoucher":"url","platform":1,"price":1000,"deadline":10}
]
},
{
"groupId":2,
"teacherId":2,
"item":[
{"student":"张三","paymentVoucher":"url","platform":1,"price":1000,"deadline":100},
{"student":"李四","paymentVoucher":"url","platform":1,"price":1000,"deadline":180}
]
}
]
返回示例(成功)
{
"msg": "操作成功",
"code": 200
}
备注