更新
This commit is contained in:
parent
8957cf818d
commit
cc5a9d43da
@ -54,6 +54,6 @@ class IndexController extends Base
|
||||
}
|
||||
|
||||
public function getOssInfo(Request $request){
|
||||
return $this->json(200,'ok',['bucketURL'=>'http://127.0.0.1:8787']);
|
||||
return $this->json(200,'ok',['bucketURL'=>'http://goviewphp.lihaink.cn']);
|
||||
}
|
||||
}
|
||||
|
@ -28,7 +28,6 @@ class Project extends Base
|
||||
$res=ProjectModel::where('id',$id)->first();
|
||||
$res['CreateTime']=$res['created_at'];
|
||||
$res['CreateUserId']=1;
|
||||
$res['id']=$res['Id'];
|
||||
return $this->json(200,'ok',$res->toArray());
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user