编辑个人资料
[TOC]
简要描述
- 编辑个人资料接口
请求URL
http://192.168.1.31:8080/customer/editCustomerInfo
请求方式
- POST
参数
参数名 | 必选 | 类型 | 说明 |
---|---|---|---|
page | 否 | string | 头像 |
nickName | 否 | string | 昵称 |
sex | 否 | int | 0=男,1=女,2=未知 |
[TOC]
http://192.168.1.31:8080/customer/editCustomerInfo
参数名 | 必选 | 类型 | 说明 |
---|---|---|---|
page | 否 | string | 头像 |
nickName | 否 | string | 昵称 |
sex | 否 | int | 0=男,1=女,2=未知 |