(courseId, courseDetailsId, classify, type)
| 527 | } |
| 528 | |
| 529 | async setCourseCollect(courseId, courseDetailsId, classify, type) { |
| 530 | await this.request({ |
| 531 | method: "POST", |
| 532 | apiPath: "/app/courseCollect/insertCourseCollect", |
| 533 | json: true, |
| 534 | data: { |
| 535 | courseId, |
| 536 | courseDetailsId, |
| 537 | classify, |
| 538 | type, |
| 539 | }, |
| 540 | }); |
| 541 | } |
| 542 | } |
| 543 | |
| 544 | !(async () => { |
no test coverage detected