Commit deba8a27 by doszhang

dos

parent 6cb4e81c
......@@ -44,7 +44,7 @@ class IndexController extends Controller
$req->fromJsonString($params);
$resp = $client->SensitiveWordsRecognition($req);
$resp = $resp->toJsonString();
echo $resp;
return $resp;
}
public function checkWord() {
$name = $_POST['name'];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment