Commit cd91e9eb authored by zw's avatar zw

拨打电话

parent 99b901fb
......@@ -77,11 +77,6 @@ class CallPhoneService
public function bindAXB($phone_a, $phone_b, $record = true, int $user_id, $agent_id, string $agent_name, int $landlord, int $house_id)
{
$result['status'] = 'failed';
//过年期间不能打电话
$result['msg'] = '过年期间不能打电话,具体等通知!';
return $result;
$type = '';
if (strlen($phone_a) != 11) {
$result['msg'] = '本机号码格式错误,请重新编辑!';
......
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