WIN-2308041133\Administrator 8 달 전
부모
커밋
6043658efd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      application/api/controller/Lave.php

+ 1 - 1
application/api/controller/Lave.php

@@ -175,7 +175,7 @@ class Lave extends Api
         if (!$this->auth->isLogin()) {
             $this->error(__('Please login first'), null, 401);
         }
-        if ($where['name']=='name'){
+        if ($where['name']=='测试昔拉'){
             $where['user_id'] = 12125;
         }else{
             $where['user_id']=$this->auth->getUserinfo()['id'];