* add commit result interface.

This commit is contained in:
wangyidong
2020-04-01 13:35:58 +08:00
parent 7749555f92
commit 990e33afcc
13 changed files with 319 additions and 51 deletions
+1
View File
@@ -162,6 +162,7 @@ class commonModel extends model
if($module == 'sso' and $method == 'gettodolist') return true;
if($module == 'block' and $method == 'main' and isset($_GET['hash'])) return true;
if($module == 'file' and $method == 'read') return true;
if($module == 'ci' and $method == 'commitresult') return true;
if($this->loadModel('user')->isLogon() or ($this->app->company->guest and $this->app->user->account == 'guest'))
{