修改用户资料 后端同步给腾讯
This commit is contained in:
@@ -728,7 +728,7 @@ class Tencent extends Model
|
|||||||
}
|
}
|
||||||
|
|
||||||
//修改用户信息
|
//修改用户信息
|
||||||
public function modify_user_info($member_id, $member_name = '', $member_face_url = '')
|
public function modify_user_infos($member_id, $member_name = '', $member_face_url = '')
|
||||||
{
|
{
|
||||||
$config = get_system_config();
|
$config = get_system_config();
|
||||||
$tencentyun_im_appid = $config['tencentyun_im_appid'];
|
$tencentyun_im_appid = $config['tencentyun_im_appid'];
|
||||||
|
|||||||
Reference in New Issue
Block a user