作者 jinglong
1 个管道 的构建 通过 耗费 1 秒

修改个人中心昵称

... ... @@ -126,6 +126,7 @@ class User extends Api
$data['is_news'] = 0;//新人
}
}
$data['nickname'] = $this->auth->emoji_decode($data['nickname']);
$this->success('成功', $data);
}else{
$this->error('请求方式错误');
... ...