mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-07 23:22:48 +08:00
Merge branch 'master' of https://github.com/top-think/think
This commit is contained in:
@@ -99,7 +99,7 @@ class Response
|
|||||||
'time' => NOW_TIME,
|
'time' => NOW_TIME,
|
||||||
'data' => $data,
|
'data' => $data,
|
||||||
];
|
];
|
||||||
self::returnData($result, $type, true);
|
return self::returnData($result, $type, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -125,7 +125,7 @@ class Response
|
|||||||
$view = new \think\View();
|
$view = new \think\View();
|
||||||
$result = $view->fetch(Config::get('dispatch_jump_tmpl'), $result);
|
$result = $view->fetch(Config::get('dispatch_jump_tmpl'), $result);
|
||||||
}
|
}
|
||||||
self::returnData($result, $type, true);
|
return self::returnData($result, $type, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -151,7 +151,7 @@ class Response
|
|||||||
$view = new \think\View();
|
$view = new \think\View();
|
||||||
$result = $view->fetch(Config::get('dispatch_jump_tmpl'), $result);
|
$result = $view->fetch(Config::get('dispatch_jump_tmpl'), $result);
|
||||||
}
|
}
|
||||||
self::returnData($result, $type, true);
|
return self::returnData($result, $type, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user