编辑用户信息 - YaOuGuoJi/platform-chain GitHub Wiki

接口定义

  • POST /user/updateInfo

参数列表

参数列表 参数类型 说明 举例 是否必须
userName String 用户名 thunder true
sex int 性别 1 true
birthday String 生日 2018-1-1 true
phone String 手机号 13800012345 true
email String 邮箱 [email protected] true
address String 地址 明光路。。。 true
job String 职业 程序员 false

参数说明

sex: 1-男, 2-女

返回值示例

{
	"code": 200,
	"success": true,
	"message": "操作成功",
	"data": null
}