chong

Destroyed 用户修改真实姓名绑定邮箱 (markdown)

###接口地址
````
/user/profile
````
###请求方式
````
POST请求
````
###参数
````
realname:测试
email:test@boxfish.cn
````
###返回值
```json
{
"id":101,
"real_name":"测试",
"username":"test@boxfish.cn"
}
```
\ No newline at end of file