mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 02:55:04 +08:00
update 接口文档
This commit is contained in:
@@ -619,3 +619,30 @@ null,提示”==操作成功==“
|
||||
| chargingElectricity | String | Y | 用电量 |
|
||||
| chargingTime | String | Y | 充电时长 |
|
||||
|
||||
|
||||
|
||||
## 10001 通过 memberId 查询用户个人基本信息(查询用户是否已绑定车牌号)
|
||||
|
||||
> 请求地址: http://localhost:8080/uniapp/member/selectInfoByMemberId
|
||||
>
|
||||
> 请求方式:GET
|
||||
|
||||
### 反参
|
||||
|
||||
| 字段名 | 类型 | 是否必传 | 备注 |
|
||||
| ------------------ | ------ | -------- | ------ |
|
||||
| licensePlateNumber | String | Y | 车牌号 |
|
||||
|
||||
## 10002 用户绑定车牌号
|
||||
|
||||
> 请求地址:http://localhost:8080/uniapp/member/memberBindingCarNo
|
||||
>
|
||||
> 请求方式:POST
|
||||
|
||||
### 入参
|
||||
|
||||
| 字段名 | 类型 | 是否必传 | 备注 |
|
||||
| ---------------- | ------ | -------- | ---------- |
|
||||
| phoneNumber | String | Y | 手机号码 |
|
||||
| verificationCode | String | Y | 短信验证码 |
|
||||
| carNo | String | Y | 车牌号 |
|
||||
|
||||
@@ -220,6 +220,7 @@ public class MemberController extends BaseController {
|
||||
|
||||
/**
|
||||
* 用户绑定车牌号
|
||||
* http://localhost:8080/uniapp/member/memberBindingCarNo
|
||||
*
|
||||
* @return
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user