|
@@ -137,9 +137,9 @@ class Relation extends Api
|
|
|
}
|
|
|
}elseif($check_res2['status'] == 0){
|
|
|
if($check_res2['uid'] == $to_uid){
|
|
|
- $this->error('TA已经与其他用户申请建立'.$relation_name.'关系,您可尝试换个关系');
|
|
|
+ $this->error('TA已经与其他用户申请建立'.$relation_name.'关系');
|
|
|
}else{
|
|
|
- $this->error('其他用户已经与TA申请建立'.$relation_name.'关系,您可尝试换个关系');
|
|
|
+ $this->error('其他用户已经与TA申请建立'.$relation_name.'关系');
|
|
|
}
|
|
|
}
|
|
|
}
|