Commit df8e5edb authored by limingzhe's avatar limingzhe

fix: debug

parent 33ac7471
......@@ -368,7 +368,7 @@ export default class NewClass extends middleLayerBase {
console.log(' curHomeworkId : ' + this.curHomeworkId);
console.log(' curSyllabusId : ' + this.curSyllabusId);
this.callNetworkApiPostNew(`learning-camp/finish/${this.curUserId}/${this.curHomeworkId}`, {
this.callNetworkApiPostNew(`v1/learning-camp/finish/${this.curUserId}/${this.curHomeworkId}`, {
syllabus_id: this.curSyllabusId,
homework_id: this.curHomeworkId,
// result: JSON.stringify(data || {}),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment