Commit aed6e1c6 authored by hujun's avatar hujun

40000

parent 23461ba0
...@@ -163,7 +163,7 @@ class Remark extends Basic ...@@ -163,7 +163,7 @@ class Remark extends Basic
$data['data']['list'][$k]['user_phone'] = substr_replace($data['data']['list'][$k]['user_phone'], '****', 3, 4); $data['data']['list'][$k]['user_phone'] = substr_replace($data['data']['list'][$k]['user_phone'], '****', 3, 4);
} }
$data['data']['total'] = $u_phone_follow->getFollowTotal($where); $data['data']['total'] = 40000;
return $this->response(200, '成功', $data); return $this->response(200, '成功', $data);
} }
......
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