Commit 4cd462ba authored by hujun's avatar hujun

位置调整

parent af37cb08
......@@ -455,7 +455,7 @@ class CallPhoneService
* @param $status
* @return int|string
*/
public function getBindNum($phone_a, $phone_b, $status = 1) {
public function getBindNum( $phone_b, $phone_a, $status = 1) {
$m_bind = new BindingPhone();
return $m_bind->getCallNumber($phone_a, $phone_b, $status);
}
......
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