Commit f56e7d5f authored by hujun's avatar hujun

1

parent 7ae03d73
...@@ -136,7 +136,7 @@ class CellPhone extends Basic ...@@ -136,7 +136,7 @@ class CellPhone extends Basic
*/ */
public function bindAXB() public function bindAXB()
{ {
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