作者 wangzhi

k

... ... @@ -184,4 +184,10 @@ class Login extends Api
}
$this->success('成功', $return);
}
public function huoqumobile(){
$param=$this->request->param();
dump($param);
}
}
\ No newline at end of file
... ...