Commit a3ec608c authored by wuxiaoli's avatar wuxiaoli

no message

parent 4962f838
......@@ -47,10 +47,6 @@ class Family extends Api
$type=$this->request->param("type",2);//认领方式(2名片认领,3线上认领)
$activation_code=$this->request->param("activation_code");
if(empty($parent_name) || empty($name) || empty($activation_code)){
$this->error("参数错误!");
}
$people_id=$this->request->param("people_id");//选择自己id
if(!empty($people_id)){
......
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