Commit a5bc3f4e authored by hujun's avatar hujun

拨打房东手机号判断

parent 8f6565b0
...@@ -179,7 +179,7 @@ class CellPhone extends Basic ...@@ -179,7 +179,7 @@ class CellPhone extends Basic
*/ */
public function agentsUnBind() public function agentsUnBind()
{ {
if (empty($this->params['user_id'])) { if (empty($this->params['user_id']) && empty($this->params['phone_b'])) {
return $this->response(101, '客户id为空'); return $this->response(101, '客户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