MCPcopy Create free account
hub / github.com/smallfawn/QLScriptPublic / setCourseCollect

Method setCourseCollect

wxapp/niuniuduanju.js:529–541  ·  view source on GitHub ↗
(courseId, courseDetailsId, classify, type)

Source from the content-addressed store, hash-verified

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 () => {

Callers 1

completeDramaTasksMethod · 0.95

Calls 1

requestMethod · 0.95

Tested by

no test coverage detected