소스 검색

up - 审核状态

liugc 1 년 전
부모
커밋
dfde39484d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/workerapi/controller/TrainingController.php

+ 1 - 1
app/workerapi/controller/TrainingController.php

@@ -29,7 +29,7 @@ class TrainingController extends BaseApiController
      */
     public function getTrainingInfo()
     {
-        $result = TrainingLogic::getDetail(199);
+        $result = TrainingLogic::getDetail($this->userId);
         return $this->data($result);
     }