|
...
|
...
|
@@ -43,8 +43,8 @@ class AiCommandController extends BaseController |
|
|
|
],[
|
|
|
|
'id.required' => 'ID不能为空'
|
|
|
|
]);
|
|
|
|
$aiCommandLogic->ai_info();
|
|
|
|
$this->response('success');
|
|
|
|
$info = $aiCommandLogic->ai_info();
|
|
|
|
$this->response('success',Code::SUCCESS,$info);
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
...
|
...
|
|