POST api/Register/Modify/Member/Info
学员信息绑定 (说明:App端接口,新增需求)
Request Information
URI Parameters
None.
Body Parameters
接口参数对象
API_ModifyMember| Name | Description | Type | Additional information |
|---|---|---|---|
| UserOpenID |
用户OpenID |
string |
None. |
| HeaderImgUrl |
头像地址 |
string |
None. |
| NickName |
昵称 |
string |
None. |
| MemberSex |
性别(1、男 2、女) |
integer |
None. |
| MemberClass |
班级 |
string |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserOpenID": "sample string 1",
"HeaderImgUrl": "sample string 2",
"NickName": "sample string 3",
"MemberSex": 4,
"MemberClass": "sample string 5"
}
Response Information
Resource Description
返状态码: 403:请求不合理,服务器拒绝执行。 200:成功。 205:重置内容(更新操作)。400:失败
ActionResult| Name | Description | Type | Additional information |
|---|---|---|---|
| status |
公共返回值: 480:Token无效。 481:请求需要身份验证。 482:身份验证方式不正确。 483:Token已过期。 500:服务器内部错误。 |
integer |
None. |
| msg |
消息 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"status": 1,
"msg": "sample string 2"
}