mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-19 18:45:03 +08:00
新增 用户(批量)解绑车牌号接口
This commit is contained in:
@@ -649,3 +649,20 @@ null,提示”==操作成功==“
|
||||
| phoneNumber | String | Y | 手机号码 |
|
||||
| verificationCode | String | Y | 短信验证码 |
|
||||
| carNo | String | Y | 车牌号 |
|
||||
|
||||
## 10003 用户(批量)解绑车牌号
|
||||
|
||||
> 请求地址:http://localhost:8080/uniapp/member/memberUnbindCarNo
|
||||
>
|
||||
> 请求方式:POST
|
||||
|
||||
### 入参
|
||||
|
||||
| 字段名 | 类型 | 是否必传 | 备注 |
|
||||
| ------ | ------------- | -------- | -------------- |
|
||||
| id | List<Integer> | Y | 要删除的Id集合 |
|
||||
|
||||
### 反参
|
||||
|
||||
会在 “obj” 中返回解绑的条数
|
||||
|
||||
|
||||
Reference in New Issue
Block a user