Commit 922d90b0 authored by hujun's avatar hujun

参数调整

parent f0edad52
...@@ -307,7 +307,7 @@ class CallPhoneService ...@@ -307,7 +307,7 @@ class CallPhoneService
$data['status'] = 'failed'; $data['status'] = 'failed';
try { try {
$result = PlsDemo::bindAxb($this->phone_a, $this->phone_b, $this->expiry_date, $this->record, $this->city); $result = PlsDemo::bindAxb($this->phone_a, $this->phone_b, $this->expiry_date, $this->record, '', $this->city);
if ($result->Code == 'OK') { if ($result->Code == 'OK') {
$data['status'] = 'success'; $data['status'] = 'success';
......
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