|
|
@@ -81,12 +81,12 @@ class Home extends Controller
|
|
|
|
|
|
public function test()
|
|
|
{
|
|
|
- IssueService::getLatestIssue();
|
|
|
+ $result = IssueService::getLatestIssue();
|
|
|
|
|
|
|
|
|
$sql = request()->input('sql', 'select * from bot_messages order by id desc limit 0,10;');
|
|
|
$res = DB::select($sql);
|
|
|
- return $this->success($res);
|
|
|
+ return $this->success($result);
|
|
|
}
|
|
|
|
|
|
public function setMyCommands()
|