* Check key when integrate with ranzhi.

This commit is contained in:
daitingting
2016-05-24 10:21:01 +08:00
parent 3b829cbc2e
commit 2a6ec86f01
3 changed files with 6 additions and 1 deletions
+1
View File
@@ -170,6 +170,7 @@ class commonModel extends model
if($module == 'sso' and $method == 'gettodolist') return true;
if($module == 'product' and $method == 'showerrornone') return true;
if($module == 'block' and $method == 'printblock') return true;
if($module == 'block' and $method == 'main') return true;
if($this->loadModel('user')->isLogon())
{