Commit 38ad1485 authored by hujun's avatar hujun

1

parent 29cc85d6
...@@ -455,7 +455,7 @@ class CallPhoneService ...@@ -455,7 +455,7 @@ class CallPhoneService
$data['status'] = 'failed'; $data['status'] = 'failed';
$data['msg'] = $result['code_msg']; $data['msg'] = $result['code_msg'];
if ($result['code_msg'] == '无空闲号码') { if ($result['statusCode'] == '301401') {
$where['a.status'] = 1; $where['a.status'] = 1;
$where['a.phone_a'] = $this->phone_a; $where['a.phone_a'] = $this->phone_a;
$where['a.type'] = $this->is_privacy; $where['a.type'] = $this->is_privacy;
......
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