Commit e561b132 authored by hujun's avatar hujun

[]

parent e7b2657d
......@@ -74,7 +74,6 @@ class FindShop extends Basic
foreach ($list as $key=>$item){
$list[$key]["user_phone"] = substr_replace($item["user_phone"], '****', 3, 4);
}
$result["list"] = $list;
return $this->response("200", "success", $result);
return $this->response("200", "success", $list);
}
}
\ No newline at end of file
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