Commit 60179018 authored by hujun's avatar hujun

绑定号码返回信息

parent 6f1e2581
......@@ -68,11 +68,11 @@ class CellPhone extends Basic
$this->data = ['phone' => $phone_x['phone_x']];
} else {
$this->code = 101;
$this->msg = 'Binding failure.';
$this->msg = '绑定失败,请重试!';
}
} else {
$this->code = 102;
$this->msg = 'Number pool run out.';
$this->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