作者 lyh

gx指令

... ... @@ -32,7 +32,7 @@ class AiCommandController extends BaseController
if($this->param['key'] == 'keyword_seo_title'){
$prefix = getPrefixKeyword($this->user['project_id'], 'prefix', 1);
$suffix = getPrefixKeyword($this->user['project_id'], 'suffix', 2);
$text = $prefix . ' ' . $this->param['keyword']. ' ' . $suffix;
$text = $prefix . ' ' . $this->param['keywords']. ' ' . $suffix;
$data = [
'code' => 200,
'text' => $text
... ...