Commit e250b998 authored by zw's avatar zw

version

parent c19a7381
...@@ -22,7 +22,7 @@ class UPhoneFollowPp extends BaseModel ...@@ -22,7 +22,7 @@ class UPhoneFollowPp extends BaseModel
* @return int|string * @return int|string
*/ */
public function savePhoneFollow($params) { public function savePhoneFollow($params) {
$arr = []; $arr = [] ;
if (isset($params["content"])) { if (isset($params["content"])) {
$arr["content"] = $params["content"]; $arr["content"] = $params["content"];
} }
......
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