app_id, $this->api_key, $this->api_secret); // 文本纠错请求,返回格式为json字符串 $content = $client->request('历史上有很多注明的人物,其中唐太宗李世民就是一位。')->getBody()->getContents(); halt($content); // 黑白名单上传请求,成功返回true,失败返回false(失败请检查uid、res_id是否设置) // $client = new TcClient($this->app_id, $this->api_key, $api_secret, $uid, $res_id); // $client->listUpload($white_list, $black_list); } }