Commit 662d024a authored by hujun's avatar hujun

1

parent 3d9aecd6
......@@ -265,7 +265,7 @@ class CellPhone extends Basic
$call_phone = new CallPhoneService();
$data = $call_phone->agentsUnBindRedis($this->params['phone_a'], $phone_b, $this->params['phone_x'], $user_id, $this->userId);
$result['msg'] = '';
if ($data['status'] == 'success') {
if ($data['status'] == 'successful') {
$result['code'] = 200;
$result['msg'] = '释放成功';
} else {
......
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