Commit fe64bf53 authored by chenchuanwen's avatar chenchuanwen

invateTest

parent 8b14acaf
......@@ -107,6 +107,7 @@ 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