assign('domain',$a); return $this->fetch(); } public function welcome(){ // $this->assign('domain',$a); return $this->fetch(); } ################################################################other################################################################ ################################################################other################################################################ ################################################################other################################################################ public function msg($code,$msg='',$data=[]){ return json(['code'=>$code,'msg'=>$msg,'data'=>$data]); } }