Commit fe64bf53 authored by chenchuanwen's avatar chenchuanwen

invateTest

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