正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -56,6 +56,6 @@ class OnlineCheckLogic extends BaseLogic | @@ -56,6 +56,6 @@ class OnlineCheckLogic extends BaseLogic | ||
| 56 | if($rs === false){ | 56 | if($rs === false){ |
| 57 | $this->fail('error'); | 57 | $this->fail('error'); |
| 58 | } | 58 | } |
| 59 | - return $this->success(['name'=>$this->manage['name'],'created_at'=>$data['created_at']]); | 59 | + return $this->success(['name'=>$this->manager['name'],'created_at'=>$data['created_at']]); |
| 60 | } | 60 | } |
| 61 | } | 61 | } |
-
请 注册 或 登录 后发表评论