Commit f5f35b62 authored by chenchuanwen's avatar chenchuanwen

invateTest

parent fe64bf53
......@@ -107,7 +107,6 @@ class IndexController extends \Our\Controller_Abstract {
}
public function getInvateHtmlAction(){
$req=$this->getRequest()->getQuery();
echo json_encode($req);exit;
if(empty($req['name'] || empty($req['qrcodeUrl'] || empty($req['telephone'])))){
echo 'error';exit;
}
......
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 to comment