Change Nick Name
POST
http://127.0.0.1/profile/changename
接口描述
user client will send this request when he wants to change name
请求参数
参数名
类型
描述
必填
userId
int64
必填
newname
string
必填
响应参数
参数名
类型
描述
必填
code
int
0 or -1
必填
msg
string
"change name success" or "Illegal"
必填
data
interface{}
必填