|
|
@@ -49,7 +49,7 @@ class TrainingController extends BaseApiController
|
|
|
public function getCourseList()
|
|
|
{
|
|
|
$params = request()->get();
|
|
|
- return $this->data(TrainingLogic::getCourseList(199,$params));
|
|
|
+ return $this->data(TrainingLogic::getCourseList($this->userId,$params));
|
|
|
}
|
|
|
|
|
|
/**
|