作者 李宇航

合并分支 'lyh-server' 到 'master'

gx



查看合并请求 !1564
... ... @@ -191,7 +191,7 @@ class Keyword extends Base
if (is_numeric($first_title)){
return 0;
}
$string_key = array_search($first_title, $this->model->firstNumWord);
$string_key = array_search($first_title, $this->firstNumWord);
return $string_key ?: 27;
}
}
... ...