接口地址:{#webAspxUrl#}member/passport/info.aspx?action=info
支持格式:json
请求方式:post
请求参数说明:
名称 | 类型 | 必填 | 说明 | |
---|---|---|---|---|
input | int | Y | 字段 | |
memberZsname | string | Y | 真实姓名 | |
memberSex | int | Y | 性别 - 9:保密,1:男,2:女 | |
memberBirthday | string | Y | 生日 - 1980-08-08 | |
memberAddress | string | Y | 住址 |
返回参数说明:
名称 | 类型 | 说明 | |
---|---|---|---|
status | int | 状态 - 0:失败,1:成功 | |
chkType | int | 错误码 | |
returnMsg | string | 返回信息 | |
错误码 | 返回信息 | ||
0 | 会员资料更新成功 | ||
1 | 更新失败,SQL语句执行失败 | ||
2 | 更新失败,数据不正确 |
JSON返回示例: