Commit cfbfb584 authored by hujun's avatar hujun

隐私号码解绑提示语修改

parent bead8cfd
......@@ -190,10 +190,10 @@ class CellPhone extends Basic
$phone->UnBind($phone_x, $phone_a, $phone_b);
} else {
$this->code = 101;
$this->msg = 'remove binding error';
$this->msg = '解绑失败,请等一会再重试!';
}
} else {
$this->code = 101;
$this->code = 200;
$this->msg = 'dont\'t have about phone_x info';
}
}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