Commit deba8a27 by doszhang

dos

parent 6cb4e81c
...@@ -44,7 +44,7 @@ class IndexController extends Controller ...@@ -44,7 +44,7 @@ class IndexController extends Controller
$req->fromJsonString($params); $req->fromJsonString($params);
$resp = $client->SensitiveWordsRecognition($req); $resp = $client->SensitiveWordsRecognition($req);
$resp = $resp->toJsonString(); $resp = $resp->toJsonString();
echo $resp; return $resp;
} }
public function checkWord() { public function checkWord() {
$name = $_POST['name']; $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