作者 开飞机的舒克

接口优化

... ... @@ -155,9 +155,9 @@ class Bind extends Api
->field('campus_id,c.title as campus_title')
->select();
if (empty($data)){
$this->error('当前学生还未参加项目',['status'=>2]);
$this->error('当前学生还未有项目关联校区',['status'=>2]);
}
$this->success('获取项目成功', $data);
$this->success('获取校区成功', $data);
}
... ...