|
@@ -649,6 +649,7 @@ class Match extends Api
|
|
|
$data['other_avatar'] = localpath_to_netpath($other_user['avatar']);
|
|
|
$data['other_nickname'] = $other_user['nickname'];
|
|
|
|
|
|
+ $data['intimacy_rule'] = config('site.intimacy_rule');
|
|
|
|
|
|
|
|
|
$this->success('亲密度等级信息', $data);
|