信呼OA版本v2.3.9
This commit is contained in:
@@ -168,9 +168,9 @@ function returnerror($msg='', $code=201, $carr=array())
|
||||
/**
|
||||
* 返回正确信息
|
||||
*/
|
||||
function returnsuccess($data=array())
|
||||
function returnsuccess($data=array(),$msg='')
|
||||
{
|
||||
$carr['msg'] = '';
|
||||
$carr['msg'] = $msg;
|
||||
$carr['code'] = 200;
|
||||
$carr['success'] = true;
|
||||
$carr['data'] = $data;
|
||||
|
||||
Reference in New Issue
Block a user